diff --git a/src/wrapper/vst3.rs b/src/wrapper/vst3.rs index 8ff02962..cbd1b681 100644 --- a/src/wrapper/vst3.rs +++ b/src/wrapper/vst3.rs @@ -661,6 +661,7 @@ impl 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);