Derive Debug and Clone for CLAP output events
This commit is contained in:
parent
ccc8088218
commit
9232f8a51e
|
@ -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
|
/// 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.
|
/// written to the host either at the end of the process function or during a flush.
|
||||||
|
#[derive(Debug, Clone)]
|
||||||
pub enum OutputParamEvent {
|
pub enum OutputParamEvent {
|
||||||
/// Begin an automation gesture. This must always be sent before sending [`SetValue`].
|
/// Begin an automation gesture. This must always be sent before sending [`SetValue`].
|
||||||
BeginGesture { param_hash: u32 },
|
BeginGesture { param_hash: u32 },
|
||||||
|
|
Loading…
Reference in a new issue