Allow any audio setup for midi_inverter
This commit is contained in:
parent
fb29322b81
commit
e3a7e4a931
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue