-
Notifications
You must be signed in to change notification settings - Fork 404
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
Sending Program Change and Notes at the same time yields a short pluck instead of preset #1601
Comments
Hi! Let me tie this to #576. The way a program change will work is it will queue up a change so it is entirely possible that it comes out of order. Thank you for the report! |
When we get program change support working in the future (#576), we will test this, but we aren't fixing this code path, sorry. It will really depend on how JUCE implements this and how it schedules MIDI events internally. If behavior stays the same, well that's that then and nothing we can do about it, would need to be fixed on JUCE side (which is less likely to happen). |
so you saying every plugin made with JUCE has the same bug? i find hard to think that would be the case? and if it's the case there must be some workaround documented JUCE forums / mailing list or something like that? if there is not then we should fill a bug report on JUCE? i honestly would like to help with with filling a bug or looking for the solution on the JUCE part ( surely someone has a solution for such basic issue ) but i'm not familiar enough with JUCE :( |
Try other JUCE plugins, i.e. OB-Xd or Dexed and see if they exhibit the same behavior. In general, if a plugin receives a program change event AND a note event at literally the same MIDI tick, there's not enough time to load a new sound, initialize all the things, and play a voice. I see many (even non-JUCE) plugins not really working in this scenario. Your best bet is moving that first note a little bit so that it's not 100% on the grid. |
No we aren’t saying that |
just tried on Dexed it works perfectly as expected |
makes sense!! i understand @mkruselj message now! |
Describe the bug
Sending Program Change on Ableton and Notes at the same time yields no sound, for instance:
^ will make no sound
^ if i delay the notes by 1/16 @ 121bpm will change the preset then yield sound.
Please let us know your surge version
I'm using the AU, here is the version / build screenshot
To Reproduce
Please look at bug description
Expected behavior
Change the preset and play the notes
Screenshots
please see description
Desktop (please complete the following information):
OSX 10.12.6, Abletn Live 10
The text was updated successfully, but these errors were encountered: