-
-
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
Arpeggio Note Release bug (Zyn/VST) #320
Comments
Not questioning the bugness of this, but Zyn does have a panic button... |
no button on the lmms interface. VST has a stop all notes button |
The LMMS interface is just a shim with some minimal controls. You view the real GUI by pressing "show GUI". |
focus on this will be when zasfx is due update -closing |
@musikBear can you confirm this bug still exists? |
Closing due to lack of response from OP. Please reopen if you still experience this bug. 🍺 |
Sadly the bug exists Recreate:
|
This should have been fixed in #4908. For arpeggiated notes, the base note doesn't send MIDI messages itself, only the child notes. However, the code checked whether the arpeggiator was enabled separately for note-on and note-off. Turning the arpeggiator on while the note played meant that the note-on message was sent, but not note-off. Since #4908 this condition is only checked at note-on, and a member variable of @musikBear Unfortunately, I can't reproduce the issue with the file you provided. Is it triggered by turning the arpeggiator on while the note is playing? If not, it's a different bug and you should open a new issue for it. Can you also let us know the full names of the versions you tested this on (including any "rc" parts or final numbers after a dot)? |
That is strange!
It is, but that is only because E3 is played BY the arp. The hang will initiate IF E3 is played, nomatter if it is pressed manually, OR played by the arp The RC i have is : 1.2.0RC7.263 |
I've managed to reproduce this in 1.2.0 using a MIDI keyboard. I can't trigger it reliably, but so far it's only E3 in this project that's got stuck. Since it can be triggered without the arpeggiator, however, I don't think it's related to this issue. Can you open a new issue for this? |
Ok i did it with a PC-kb, but it is good that you could recreate, because now we know that this is not local inside zasfx
Done its 'Hang-note in zasfx' #5220 |
win32 0.9.90 p.r.
bug
If arpeggio is turned ON (page FUNK | ON) during play in a VST based instrument and in zynaddsubfx, the note will hang. Since zyn is integrated, and dont have a panic button, this is a bug
The text was updated successfully, but these errors were encountered: