/[svn]/linuxsampler/trunk/src/engines/sfz/sfz.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/sfz.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2232 by iliev, Mon Aug 8 13:40:04 2011 UTC revision 2233 by iliev, Mon Aug 8 18:46:19 2011 UTC
# Line 288  namespace sfz Line 288  namespace sfz
288          float resonance; // 0 to 40 dB          float resonance; // 0 to 40 dB
289          float pan; // -100 to 100 %          float pan; // -100 to 100 %
290                    
291            LinuxSampler::ArrayList<CC> delay_oncc; // 0 to 100 seconds
292          LinuxSampler::ArrayList<CC> freq_oncc; // 0 to 20 Hz          LinuxSampler::ArrayList<CC> freq_oncc; // 0 to 20 Hz
293            LinuxSampler::ArrayList<CC> freq_smoothcc; // 0 to ? milliseconds
294          LinuxSampler::ArrayList<CC> fade_oncc; // 0 to 100 seconds          LinuxSampler::ArrayList<CC> fade_oncc; // 0 to 100 seconds
295          LinuxSampler::ArrayList<CC> phase_oncc; // 0 to 360 degrees          LinuxSampler::ArrayList<CC> phase_oncc; // 0 to 360 degrees
296            LinuxSampler::ArrayList<CC> volume_oncc; // -144 to 6 dB
297            LinuxSampler::ArrayList<CC> volume_smoothcc; // 0 to ? milliseconds
298          LinuxSampler::ArrayList<CC> pitch_oncc;          LinuxSampler::ArrayList<CC> pitch_oncc;
299            LinuxSampler::ArrayList<CC> pitch_smoothcc; // 0 to ? milliseconds
300            LinuxSampler::ArrayList<CC> pan_oncc; // -100 to 100 %
301            LinuxSampler::ArrayList<CC> pan_smoothcc; // 0 to ? milliseconds
302            LinuxSampler::ArrayList<CC> cutoff_oncc; // -9600 to 9600 cents
303            LinuxSampler::ArrayList<CC> cutoff_smoothcc; // 0 to ? milliseconds
304            LinuxSampler::ArrayList<CC> resonance_oncc; // 0 to 40 dB
305            LinuxSampler::ArrayList<CC> resonance_smoothcc; // 0 to ? milliseconds
306                    
307          LFO();          LFO();
308          LFO(const LFO& lfo) { Copy(lfo); }          LFO(const LFO& lfo) { Copy(lfo); }
# Line 472  namespace sfz Line 483  namespace sfz
483          Array<int> pitchlfo_depthcc;          Array<int> pitchlfo_depthcc;
484                    
485          LinuxSampler::ArrayList<CC> pitchlfo_freqcc; // 0 to 20 Hz          LinuxSampler::ArrayList<CC> pitchlfo_freqcc; // 0 to 20 Hz
486          LinuxSampler::ArrayList<CC> fillfo_freqcc; // 0 to 20 Hz          LinuxSampler::ArrayList<CC> fillfo_depthcc;  // -1200 to 1200 cents
487          LinuxSampler::ArrayList<CC> amplfo_freqcc; // 0 to 20 Hz          LinuxSampler::ArrayList<CC> fillfo_freqcc;   // 0 to 20 Hz
488            LinuxSampler::ArrayList<CC> amplfo_depthcc;  // -10 to 10 dB
489            LinuxSampler::ArrayList<CC> amplfo_freqcc;   // 0 to 20 Hz
490    
491          // envelope generators          // envelope generators
492          LinuxSampler::ArrayList<EG> eg;          LinuxSampler::ArrayList<EG> eg;

Legend:
Removed from v.2232  
changed lines
  Added in v.2233

  ViewVC Help
Powered by ViewVC