VST3 Note Expression etc

Hi,

to the programmers of Juce: The VST3 library of Juce seems not to be prepared for VST3 Note Expressions nor for noteOns with noteIDs.

Will there be sometimes a new version of the library offering the full VST3 standard?
As a shortcut, is there a way to retrieve Note Expressions Events with noteIDs?

Thanks Thomas

Not speaking for the JUCE team here but keep in mind JUCE is more of a “least common denominator” between the plugin APIs. If you want VST3 features that are only available in VST3 and only supported by a handful of hosts (does anything but Steinberg even allow Note Expression?) then you should be writing a VST3 directly.

MIDI MPE will hopefully be more standard.

1 Like