Edit multiple tracks in the same piano roll
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
### Enhancement Summary
I would like to be able to edit notes from multiple tracks in the same piano roll.
I previously used the midi editor which is also an open source project which sadly seems to be discontinued where you were able to see all the notes from all tracks in the same editor.
A drop-down would be cool where you can select which track is currently shown in the piano-roll.
#### Justification
I am often copy/pasting notes from other tracks and if I would be able to see all notes from all tracks at the same time, this would be a lot easier and would safe a lot of time.
Also it is easier to adjust the current track to the other tracks if you can see their notes.
#### Mockup

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the piano-roll editor entry point and how it loads the current track's notes, then inspect how track selection is represented. Done should mean notes from multiple tracks can be viewed together while a track can still be selected for editing, including the requested track-selection control.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100