surge-biquad 0.2.12-alpha.0

biquad filters from the surge synthesizer
1
2
3
4
5
6
7
8
9
10
11
12
#![feature(stdarch)]

#[cfg(test)] pub mod tests;
#[macro_use] mod imports; use imports::*;

x!{biquad}
x!{calc}
x!{init}
x!{biquad_traits}
x!{process}
x!{process_sample}
x!{coeff}