Trait Voice

Source
pub trait Voice:
    VoiceSampleGenerator
    + Send
    + Sync {
    // Required methods
    fn is_releasing(&self) -> bool;
    fn is_killed(&self) -> bool;
    fn velocity(&self) -> u8;
}

Required Methods§

Source

fn is_releasing(&self) -> bool

Source

fn is_killed(&self) -> bool

Source

fn velocity(&self) -> u8

Implementors§