pub struct EnvelopeFollowerHandleImpl<ST: AtomicFloatRepresentable> { /* private fields */ }Expand description
Handle for EnvelopeFollowerProcessorImpl use this to interact with the processor parameters from
any thread.
Implementations§
Source§impl<ST: Float + AtomicFloatRepresentable> EnvelopeFollowerHandleImpl<ST>
impl<ST: Float + AtomicFloatRepresentable> EnvelopeFollowerHandleImpl<ST>
Sourcepub fn set_attack(&self, duration: Duration)
pub fn set_attack(&self, duration: Duration)
Set the attack as a Duration
Sourcepub fn set_release(&self, duration: Duration)
pub fn set_release(&self, duration: Duration)
Set the release as a Duration
Auto Trait Implementations§
impl<ST> Freeze for EnvelopeFollowerHandleImpl<ST>
impl<ST> RefUnwindSafe for EnvelopeFollowerHandleImpl<ST>
impl<ST> Send for EnvelopeFollowerHandleImpl<ST>
impl<ST> Sync for EnvelopeFollowerHandleImpl<ST>
impl<ST> Unpin for EnvelopeFollowerHandleImpl<ST>
impl<ST> UnwindSafe for EnvelopeFollowerHandleImpl<ST>
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