/[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 2237 by iliev, Fri Aug 12 13:07:05 2011 UTC revision 2248 by iliev, Fri Aug 19 15:51:18 2011 UTC
# Line 518  namespace sfz Line 518  namespace sfz
518          int pitchlfo_depth;          int pitchlfo_depth;
519          Array<int> pitchlfo_depthcc;          Array<int> pitchlfo_depthcc;
520                    
521            LinuxSampler::ArrayList<CC> pitchlfo_delay_oncc; // 0 to 100 seconds
522            LinuxSampler::ArrayList<CC> pitchlfo_fade_oncc; // 0 to 100 seconds
523          LinuxSampler::ArrayList<CC> pitchlfo_freqcc; // 0 to 20 Hz          LinuxSampler::ArrayList<CC> pitchlfo_freqcc; // 0 to 20 Hz
524            LinuxSampler::ArrayList<CC> fillfo_delay_oncc; // 0 to 100 seconds
525            LinuxSampler::ArrayList<CC> fillfo_fade_oncc; // 0 to 100 seconds
526          LinuxSampler::ArrayList<CC> fillfo_depthcc;  // -1200 to 1200 cents          LinuxSampler::ArrayList<CC> fillfo_depthcc;  // -1200 to 1200 cents
527          LinuxSampler::ArrayList<CC> fillfo_freqcc;   // 0 to 20 Hz          LinuxSampler::ArrayList<CC> fillfo_freqcc;   // 0 to 20 Hz
528            LinuxSampler::ArrayList<CC> amplfo_delay_oncc; // 0 to 100 seconds
529            LinuxSampler::ArrayList<CC> amplfo_fade_oncc; // 0 to 100 seconds
530          LinuxSampler::ArrayList<CC> amplfo_depthcc;  // -10 to 10 dB          LinuxSampler::ArrayList<CC> amplfo_depthcc;  // -10 to 10 dB
531          LinuxSampler::ArrayList<CC> amplfo_freqcc;   // 0 to 20 Hz          LinuxSampler::ArrayList<CC> amplfo_freqcc;   // 0 to 20 Hz
532    

Legend:
Removed from v.2237  
changed lines
  Added in v.2248

  ViewVC Help
Powered by ViewVC