--- linuxsampler/trunk/src/engines/sfz/sfz.h 2011/02/21 17:34:36 2167 +++ linuxsampler/trunk/src/engines/sfz/sfz.h 2011/04/25 08:12:36 2175 @@ -367,6 +367,8 @@ filter_t fil_type; filter_t fil2_type; optional cutoff; optional cutoff2; Array cutoff_oncc; Array cutoff2_oncc; + int cutoff_cc; // TODO: this is just a temporary fix to avoid + // looping through the cutoff_oncc array Array cutoff_smoothcc; Array cutoff2_smoothcc; Array cutoff_stepcc; Array cutoff2_stepcc; Array cutoff_curvecc; Array cutoff2_curvecc;