1
0
Fork 0

Add a todo for handling incoming parameter changes

This commit is contained in:
Robbert van der Helm 2022-01-28 17:36:46 +01:00
parent 7d0fce2f84
commit e393b3e268

View file

@ -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);