--- linuxsampler/trunk/src/engines/sfz/sfz.h 2011/08/03 09:12:09 2226 +++ linuxsampler/trunk/src/engines/sfz/sfz.h 2011/08/03 17:11:40 2227 @@ -275,6 +275,7 @@ float resonance; // 0 to 40 dB float pan; // -100 to 100 % + LinuxSampler::ArrayList freq_oncc; // 0 to 20 Hz LinuxSampler::ArrayList fade_oncc; // 0 to 100 seconds LinuxSampler::ArrayList phase_oncc; // 0 to 360 degrees LinuxSampler::ArrayList pitch_oncc; @@ -451,6 +452,10 @@ float pitchlfo_delay, pitchlfo_fade, pitchlfo_freq; int pitchlfo_depth; Array pitchlfo_depthcc; + + LinuxSampler::ArrayList pitchlfo_freqcc; // 0 to 20 Hz + LinuxSampler::ArrayList fillfo_freqcc; // 0 to 20 Hz + LinuxSampler::ArrayList amplfo_freqcc; // 0 to 20 Hz // envelope generators LinuxSampler::ArrayList eg;