-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
note-block context menu : Clean all notes If vol <= 1 #2155
Comments
This does not sound like a correct solution to me, more of work around, with the key feature to this workaround being an unimplemented hack. If there is a valid use for this function, or if it can be decided that this is a valid use case, I can see no reason why this could not be implemented with relative ease in the piano editor. |
@musikBear can you please remove the creeper wording from the title and body. |
First, you need to explain the problem, how to reproduce, and in this case your proposed workaround. 👍 That should be the first part anyone reads in your bug report. Any supplemental reading can be added as notes to the bottom. |
@curlymorphic i understand what you mean. There is no real general benefit from deleting notes < 1 in other circumstances, that is true. The 2. thought i had, was addressing the behavior in general selection. |
Right. If I understand this correct you are suggesting a method to implement 'ghost notes' but this already has an issue of it's own. Closing this as a duplicate of #520. |
If someone would implement a new item in note-block context menu allowing the user to delete notes in that specific block, if note-volume <=1, then LMMS has ghost-notes!
( '0' may be too hard a rule, '0.1' would properly be fool-safe
First a dev need to chime in and say if this can be done relatively 'easy', and without conflicts, then this can function as perfect ghosts-notes, in combination with other already existing features:
Take the block you want as ghost
Duplicate it to the track where you want to compose over the ghosts
Mark all
Drag volume to 0
Move these note one semitone up
Unmark all
Compose -except, dont place notes on the existing notes, instead place notes one semitone below 'ghosts'
Close piano-roll
Open my requested new method
Delete all 0-vol notes ('ghosts')
Job done
But -can 'delete all notes with volume < 1' be implemented ?
Or does noone care :p
The text was updated successfully, but these errors were encountered: