Also add an Editor::param_modulation_changed()

This commit is contained in:
Robbert van der Helm
2023-01-11 14:45:05 +01:00
parent 922d2de603
commit 08c6729ed1
4 changed files with 19 additions and 3 deletions

View File

@@ -107,6 +107,8 @@ where
// that boolean is set.
}
fn param_modulation_changed(&self, _id: &str, _modulation_offset: f32) {}
fn param_values_changed(&self) {
// Same
}