Add polyphonic aftertouch support

This commit is contained in:
Robbert van der Helm
2022-04-07 20:54:37 +02:00
parent 1141616466
commit b9a10455bb
4 changed files with 50 additions and 10 deletions

View File

@@ -153,6 +153,7 @@ impl Plugin for Sine {
self.midi_note_gain.set_target(self.sample_rate, 0.0);
}
}
_ => (),
},
_ => break 'midi_events,
}