Hi,
the test source here
github.com/ModernMube/OwnVST3/blob/main/src/ownvst3_test.cpp
doesn't seem to be able to read any parameter infos from multi module VST3 instruments under macOS ARM, e.g. Zebra2.vst3, Zebra2HZ.vst3. These VST3s include not only the synth, but also Zebrify, Zebralette, etc.
Once you use such a multi module VST3, the source won't get the parameter infos at all. I am scratching my head why this is the case. Could you point into the right direction for me? The source will use the first found audio module, as far as I understand it, which is the main synth.
Can you tell me which VST3SDK version you used when you published this project?
Hi,
the test source here
github.com/ModernMube/OwnVST3/blob/main/src/ownvst3_test.cpp
doesn't seem to be able to read any parameter infos from multi module VST3 instruments under macOS ARM, e.g. Zebra2.vst3, Zebra2HZ.vst3. These VST3s include not only the synth, but also Zebrify, Zebralette, etc.
Once you use such a multi module VST3, the source won't get the parameter infos at all. I am scratching my head why this is the case. Could you point into the right direction for me? The source will use the first found audio module, as far as I understand it, which is the main synth.
Can you tell me which VST3SDK version you used when you published this project?