Dummmy -> Dummy
This commit is contained in:
parent
4d7cfa381f
commit
23947ec0b5
|
@ -87,7 +87,7 @@ pub fn nih_export_standalone_with_args<P: Plugin, Args: IntoIterator<Item = Stri
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
config::BackendType::Dummmy => {
|
config::BackendType::Dummy => {
|
||||||
run_wrapper::<P, _>(backend::Dummy::new(config.clone()), config)
|
run_wrapper::<P, _>(backend::Dummy::new(config.clone()), config)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,5 +79,5 @@ pub enum BackendType {
|
||||||
/// Use JACK for audio and MIDI.
|
/// Use JACK for audio and MIDI.
|
||||||
Jack,
|
Jack,
|
||||||
/// Does not playback or receive any audio or MIDI.
|
/// Does not playback or receive any audio or MIDI.
|
||||||
Dummmy,
|
Dummy,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue