1
0
Fork 0

Allow any audio setup for midi_inverter

This commit is contained in:
Robbert van der Helm 2023-02-01 14:39:47 +01:00
parent fb29322b81
commit e3a7e4a931

View file

@ -40,6 +40,12 @@ impl Plugin for MidiInverter {
self.params.clone() 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( fn process(
&mut self, &mut self,
_buffer: &mut Buffer, _buffer: &mut Buffer,