surge-param 0.2.6-alpha.0

surge synthesizer -- structs to specify synth parameters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![feature(box_syntax)]

#[macro_use] mod imports; use imports::*;

x!{bound_value}
x!{control}
x!{display}
x!{getset}
x!{morph}
x!{normalize}
x!{parameter}
x!{pdata}
x!{pval}
x!{param}