|
|
|
|
|
by codedokode
236 days ago
|
|
VST3 uses proprietary events for things like note on/off and note expressions. As for MIDI controllers, the host is supposed to convert them to parameter changes. This makes sense if you want to map a controller to a plugin parameter in a DAW. However, if you want to write a "MIDI effect", which transforms incoming MIDI data for controllers, it would be difficult. Also it is interesting that VST3 has an event for note expression, and separate event for polyphonic pressure although it can be considered a note expression. |
|
And nearly everyone except Steinberg considers this to be a mistake. MIDI messages (CCs, pitch bend, and so on) are _not_ parameters.