pub struct PluginParamEvent {
pub sample_offset: u32,
pub param_id: u32,
pub value: f64,
}Expand description
Cambio de parámetro con sample accuracy para automatización.
Fields§
§sample_offset: u32§param_id: u32§value: f64Valor normalizado [0.0, 1.0]
Trait Implementations§
Source§impl Clone for PluginParamEvent
impl Clone for PluginParamEvent
Source§fn clone(&self) -> PluginParamEvent
fn clone(&self) -> PluginParamEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PluginParamEvent
impl Debug for PluginParamEvent
impl Copy for PluginParamEvent
Auto Trait Implementations§
impl Freeze for PluginParamEvent
impl RefUnwindSafe for PluginParamEvent
impl Send for PluginParamEvent
impl Sync for PluginParamEvent
impl Unpin for PluginParamEvent
impl UnsafeUnpin for PluginParamEvent
impl UnwindSafe for PluginParamEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more