update JUCE LV2 branch to the latest JUCE6 and enable VST3 build on Linux#68
update JUCE LV2 branch to the latest JUCE6 and enable VST3 build on Linux#68atsushieno wants to merge 2 commits intojpcima:masterfrom
Conversation
|
Hi, does VST3 support handling distinct MIDI channels? |
|
That is an interesting concern, I hadn't thought of that. Is it something like this? https://forum.juce.com/t/what-is-the-intention-of-macro-juce-vst3-emulate-midi-cc-with-parameters/17858/13 I tried this with Carla and my own virtual MIDI keyboard app to confirm that the ALSA MIDI inputs on different channels are successfully sent to OPNplug. I recorded the behaviors using OBS studio. While notes are successfully sent (2020-10-10 00-11-50.zip), program changes aren't |
|
Just noticed that there is an update to JUCE6 in the main branch. There is no need for this PR then. |
It ist most unlikely ideal (because it is currently killing VeSTige based VST2 build), but based on jpcima/JUCE#5, this brings in VST3 support. Those massive changes are mostly for vst3sdk updates.