1
0
Fork 0

Derive Debug and Clone for CLAP output events

This commit is contained in:
Robbert van der Helm 2022-03-15 18:53:35 +01:00
parent ccc8088218
commit 9232f8a51e

View file

@ -221,6 +221,7 @@ pub enum ClapParamUpdate {
/// A parameter event that should be output by the plugin, stored in a queue on the wrapper and
/// written to the host either at the end of the process function or during a flush.
#[derive(Debug, Clone)]
pub enum OutputParamEvent {
/// Begin an automation gesture. This must always be sent before sending [`SetValue`].
BeginGesture { param_hash: u32 },