pub struct EnvelopeFollowerHandle { /* private fields */ }
Expand description
Handle for EnvelopeFollowerProcessor
use this to interact with the processor parameters from
any thread.
Implementations§
source§impl EnvelopeFollowerHandle
impl EnvelopeFollowerHandle
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