Function surge_wavetable::imports::softclip_block[][src]

pub unsafe fn softclip_block<NQ>(input: *mut f32, nquads: NQ) where
    NQ: TryInto<usize>,
    <NQ as TryInto<usize>>::Error: Debug
Expand description

|# Safety | |must be able to access nquads * 4 contiguous |values from the valid starting point “input”