03-20-2021, 02:35 AM | #1 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 24,864
|
Sending program changes to VST3 doesn't work (FIXED)
As easy as the thread title says.
You can try with OB-Xd nightly version, which added support for program changes: https://www.discodsp.net/obxd-nightly/ VST2 works just fine. VST3 doesn't. It should. |
03-20-2021, 05:14 AM | #2 |
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 16,306
|
Is receiving Program change a feature added late to the VST3 spec ? (Regarding the weird history of midi CC with VST3...)
-Michael Last edited by mschnell; 03-20-2021 at 02:01 PM. |
03-20-2021, 06:06 AM | #3 |
Administrator
Join Date: Mar 2007
Location: NY
Posts: 16,519
|
Sending program change messages fails for that plugin because it returns kNotImplemented from IUnitInfo::getUnitByBus, which is meant to tell us that the plugin can accept program change messages on a given MIDI bus/channel. If we skip that call and just assume the plugin can accept messages on any MIDI channel, it does process the program change messages.
|
03-20-2021, 07:49 AM | #4 | |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 24,864
|
Quote:
@schwa - thanks for the info! So, this should be fixed on plugin side, then - or an option on Reaper's side? (EDIT: OB-Xd developer responded by saying fix is underway based on info you provided, so I guess "plugin side" is the answer.) |
|
03-20-2021, 10:06 AM | #5 |
Administrator
Join Date: Mar 2007
Location: NY
Posts: 16,519
|
As with many VST things it's not clear. What probably should happen is they should add support for that call for maximum compatibility, and we should pass the program change message along even without support for that call.
|
03-20-2021, 12:55 PM | #6 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 24,864
|
Noted.
Could you enable passing that program change message anyways in the next dev build? I'd like to test if some other VST3s magically start working in that case. Thanks! Protip: never EVER give Steinberg freedom to create an API or such a thing as a plugin format. They will most likely screw it up in unimaginable ways (Sadly nothing we can do about it ) |
Thread Tools | |
Display Modes | |
|
|