surge-math 0.1.11-alpha.0

surge synthesizer -- dsp math used in synthesis
Documentation
1
2
3
4
5
6
7
8
9
10
11
ix!();

#[derive(Debug,PartialEq,Eq)]
pub enum Padding {
    NoPadding,
    Units(usize),
}

pub const NO_PADDING: Padding = Padding::NoPadding;