Struct alto::VocalMorpherEffect [] [src]

pub struct VocalMorpherEffect<'d: 'c, 'c> { /* fields omitted */ }

Methods

impl<'d: 'c, 'c> VocalMorpherEffect<'d, 'c>
[src]

Trait Implementations

impl<'d: 'c, 'c> EffectTrait<'d, 'c> for VocalMorpherEffect<'d, 'c>
[src]

impl<'d: 'c, 'c> Drop for VocalMorpherEffect<'d, 'c>
[src]

A method called when the value goes out of scope. Read more