1
0
Fork 0

Mention that VST3 plugins won't receive MIDI PC

There's no way to map this.
This commit is contained in:
Robbert van der Helm 2022-08-18 16:38:39 +02:00
parent 17a90cca9b
commit b7633730e6

View file

@ -288,7 +288,8 @@ pub enum NoteEvent {
/// The CC's value, normalized to `[0, 1]`. Multiply by 127 to get the original raw value.
value: f32,
},
/// A MIDI program change event, available on [`MidiConfig::MidiCCs`] and up.
/// A MIDI program change event, available on [`MidiConfig::MidiCCs`] and up. VST3 plugins
/// cannot receive these events.
MidiProgramChange {
timing: u32,
/// The affected channel, from 0 to 16.