surgefx-conditioner 0.2.12-alpha.0

surge synthesizer -- conditioner effect
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use] mod imports; use imports::*;
#[cfg(test)] mod tests;

x![block];
x![cfg];
x![conditioner];
x![constants];
x![init];
x![param];
x![process];
x![lookahead];
x![update];