Enum rsynth::synth::StealMode[][src]

pub enum StealMode {
    Off,
    First,
    Last,
}

The way new notes will play if all voices are being currently utilized This will change

Variants

new notes will simply not be played if all voices are busy

stop playing the first voice to start playing in this frame

stop playing the last voice to start playing in this frame

Auto Trait Implementations

impl Send for StealMode

impl Sync for StealMode