Send piano-roll notes to new track
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
Except for the MIDI-special case, this is just suggested work-flow-improvements.
Add an option in semi-tone-context-menu : *Send-selected-to-new-track*
The result would be the same, as if we manually:
* Copy notes to clip-board
* close piano-roll
* insert a new track of same instrument-type
* insert an empty note-block in new track
*Open new note-block in new piano-roll
* Paste notes from clip-board
Use case:
The notes from either bass section, or lead of an 'arpeggio' style block should be emphasized by an other instrument.
Special-case: MIDI imported percussion-notes
Here the notes should all be selected by user.
The logic would then split each note in the MIDI-percussion to new AFP-tracks, and place all notes on A4. That would create the basis for making a new percussion with better samples.
This is in essence a suggestion from
http://lmms.io/forum/viewtopic.php?f=15&t=30969
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
No files, tests, or entry points are named. Start by locating the piano-roll semitone context menu and the existing track, note-block, clipboard, and MIDI-percussion handling; confirm the intended behavior for both ordinary note selection and imported percussion before attempting implementation.
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
- Needs clarification
- Newbie friendliness
- 25/100