[][src]Trait oscen::signal::Gate

pub trait Gate {
    fn gate_on(rack: &Rack, n: Tag);
fn gate_off(rack: &Rack, n: Tag); }

Types that implement the gate type can be turned on and off from within a Rack, e.g. envelope generators.

Required methods

fn gate_on(rack: &Rack, n: Tag)

fn gate_off(rack: &Rack, n: Tag)

Loading content...

Implementors

impl Gate for Adsr[src]

impl Gate for Bpf[src]

impl Gate for Hpf[src]

impl Gate for Lpf[src]

impl Gate for Notch[src]

impl Gate for WaveGuide[src]

Loading content...