Add a SysEx example plugin

This commit is contained in:
Robbert van der Helm
2023-02-01 14:52:01 +01:00
parent e3a7e4a931
commit fba2c47614
6 changed files with 131 additions and 6 deletions

View File

@@ -40,12 +40,6 @@ impl Plugin for MidiInverter {
self.params.clone()
}
fn accepts_bus_config(&self, _config: &BusConfig) -> bool {
// This is a zero channel plugin, but the host can configure it to pass through audio as
// needed. Ableton Live for instance doesn't support note effects.
true
}
fn process(
&mut self,
_buffer: &mut Buffer,