-
-
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
Glitch with layered sustained notes #3777
Comments
https://github.com/LMMS/lmms/blob/v1.2.0-rc3/src/gui/editors/PianoRoll.cpp#L3486 |
I can't replicate this. May have been fixed in 81966fa . Need to test this more though. |
If it can be replicated I guess a fix then would be as easy as changing this line from: lmms/src/gui/editors/PianoRoll.cpp Line 3486 in afd22c8
to: if (it->key() == n.key() || it->pos() == n.pos()) |
Shouldn't it be |
That is what I meant. Tried it and it didn't record anything. :-o |
|
OK. I think we're fine closing this then. |
Got one more glitch with recording sustain that I unfortunately missed when testing. Some layered notes seem to finish early and the lost length is added to the following note. True both for chords and single notes played multiple times when under sustain.
Example. C-maj played struck twice:
Should have been:
@serdnab
The text was updated successfully, but these errors were encountered: