Trait surge_wavetable::imports::ProcessBlockD2[][src]

pub trait ProcessBlockD2 {
    fn process_block_downsample_by_two(
        &mut self,
        l: *mut f32,
        r: *mut f32,
        nsamples: Option<usize>,
        out_l: Option<*mut f32>,
        out_r: Option<*mut f32>
    ); }

Required methods

process in place, the new block will be half the size

Implementors