mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a todo for handling incoming parameter changes
This commit is contained in:
@@ -661,6 +661,7 @@ impl<P: Plugin> IAudioProcessor for Wrapper<'_, P> {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Handle incoming parameter changes
|
||||
match self.plugin.borrow_mut().process(&mut output_slices) {
|
||||
ProcessStatus::Error(err) => {
|
||||
nih_debug_assert_failure!("Process error: {}", err);
|
||||
|
||||
Reference in New Issue
Block a user