-
-
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
piano-roll: piano buttons not working when playing a pattern #21
Comments
I remember that we once implemented this intentionally because of possible side effects with the same notes being played/stopped. I don't know how it would work without these extra checks. For testing purposes try to comment out https://github.com/LMMS/lmms/blob/stable-0.4/src/gui/piano_roll.cpp#L1795 and check whether everything works and there are no new problems. |
Well I did this and seems to be fine, when same notes are played they just sound twice as loud. I think we can put this in. If it causes problems we can remove the comments again. |
I think we need to be careful about this one. I say avoid it for 1.0 unless we have a good way to burn it in. |
On 02/20/2014 04:50 AM, Paul Giblock wrote:
Well I think it'd be good to commit it in now so we can test it more |
If you play a pattern within the piano roll, clicking any of the pianos button won't play a sound. However, if you hold down the mouse button and move over several (or even one is enough) buttons, the sound is played as expected. If you don't play a pattern, the sound is played in both previously named situations and therefore the piano roll is working as expected in this case.
The text was updated successfully, but these errors were encountered: