-
-
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
Play whole sample once pressed #2255
Comments
@tresf Well I'm not sure what did they mean but it seems that they can't play whole sample in bnb editor. I just want to propose one shot playback for song editor. |
uhoh -this one interest me tremendously!
That would create a sample-tracker!! +! |
@musikBear |
:p sure must have slipped under my finger |
I think the best idea would be to get rid of these special short notes or no-length-notes and to implement a solution in the AFP as was also proposed by @LocoMatt. Something like an option "Stop sound on note-off" or similar. The behavior might be as follows:
This is also how other DAWs and synthesizers implement it. The instrument gets a stream of MIDI messages from the DAW and it is up to the instrument to decide how to interpret these messages. In general this means that the behavior is configured in the instruments and not encoded in some arcane global way in the MIDI notes which is not really discoverable by the user. However, I am not even sure whether the MIDI events themselves make their way into the instruments in LMMS. If I remember correctly there is some global code which starts and ends notes using the abstract instrument interfaces ( All in all I think that following the no-length-note path any further will only lead to more strange code and more pain in the future. |
Marking this as the replacement to #1592 because it encompass the enhancement as a whole, rather than for a particular instrument plugin. |
Hello, some time ago I noticed that bnb editor uses special short note that once played plays whole sound. I'm not into using bnb editor and I prefer to use AFP in song editor. Usually fitting note length to sample length is annoying. Well, it is possible to add this "note" to normal piano roll (selector normal/"bnb note")? Or maybe add additional option in AFP - like - play whole sample once pressed?
The text was updated successfully, but these errors were encountered: