Accept MIDI input in Buffr Glitch
This commit is contained in:
parent
86b5ed8f7e
commit
ea61947f1d
|
@ -59,6 +59,8 @@ impl Plugin for BuffrGlitch {
|
||||||
const DEFAULT_INPUT_CHANNELS: u32 = 2;
|
const DEFAULT_INPUT_CHANNELS: u32 = 2;
|
||||||
const DEFAULT_OUTPUT_CHANNELS: u32 = 2;
|
const DEFAULT_OUTPUT_CHANNELS: u32 = 2;
|
||||||
|
|
||||||
|
const MIDI_INPUT: MidiConfig = MidiConfig::Basic;
|
||||||
|
|
||||||
type BackgroundTask = ();
|
type BackgroundTask = ();
|
||||||
|
|
||||||
fn params(&self) -> Arc<dyn Params> {
|
fn params(&self) -> Arc<dyn Params> {
|
||||||
|
|
Loading…
Reference in a new issue