surge-tuning 0.2.5-alpha.0

surge synthesizer -- handle to the surge tuner, allowing microtunig. contains various tuning configurations
#![allow(incomplete_features)]
#![feature(in_band_lifetimes)]

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

x!{ed2}
x!{handle}
x!{ed3}
x!{ed4}
x!{hd2}
x!{hd3}
x!{hd4}
x!{keyboard_mapping}
x!{misc}
x!{remap}
x!{retune}
x!{scale}
x!{sd2}
x!{sd3}
x!{sd4}
x!{tone}
x!{tuner}
x!{tuning}
x!{tables}
x!{tuning_traits}