pub trait OscillatorStereoOut {
    fn out_l(&mut self) -> *mut f32;
fn out_r(&mut self) -> *mut f32; }

Required methods

Implementors