mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Send vizia parameter change event down the tree
Otherwise this doesn't work.
This commit is contained in:
@@ -88,7 +88,10 @@ impl Editor for ViziaEditor {
|
||||
.compare_exchange(true, false, Ordering::AcqRel, Ordering::Relaxed)
|
||||
.is_ok()
|
||||
{
|
||||
cx.emit(RawParamEvent::ParametersChanged);
|
||||
cx.emit_custom(
|
||||
Event::new(RawParamEvent::ParametersChanged)
|
||||
.propagate(Propagation::Subtree),
|
||||
);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user