mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Dummmy -> Dummy
This commit is contained in:
@@ -87,7 +87,7 @@ pub fn nih_export_standalone_with_args<P: Plugin, Args: IntoIterator<Item = Stri
|
||||
false
|
||||
}
|
||||
},
|
||||
config::BackendType::Dummmy => {
|
||||
config::BackendType::Dummy => {
|
||||
run_wrapper::<P, _>(backend::Dummy::new(config.clone()), config)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,5 +79,5 @@ pub enum BackendType {
|
||||
/// Use JACK for audio and MIDI.
|
||||
Jack,
|
||||
/// Does not playback or receive any audio or MIDI.
|
||||
Dummmy,
|
||||
Dummy,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user