/[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 2234 by iliev, Tue Aug 9 18:27:58 2011 UTC revision 2235 by iliev, Wed Aug 10 19:40:39 2011 UTC
# Line 289  namespace sfz Line 289  namespace sfz
289          int loop;          int loop;
290          int loop_count;          int loop_count;
291          float amplitude;          float amplitude;
292            float volume;
293          float cutoff;          float cutoff;
294            int   pitch; // -9600 to 9600 cents
295            float resonance; // 0 to 40 dB
296            
297            LinuxSampler::ArrayList<CC> amplitude_oncc;
298            LinuxSampler::ArrayList<CC> volume_oncc;
299            LinuxSampler::ArrayList<CC> cutoff_oncc; // -9600 to 9600 cents
300            LinuxSampler::ArrayList<CC> pitch_oncc;
301            LinuxSampler::ArrayList<CC> resonance_oncc; // 0 to 40 dB
302            
303          EG();          EG();
304          EG(const EG& eg) { Copy(eg); }          EG(const EG& eg) { Copy(eg); }
305          void operator=(const EG& eg) { Copy(eg); }          void operator=(const EG& eg) { Copy(eg); }

Legend:
Removed from v.2234  
changed lines
  Added in v.2235

  ViewVC Help
Powered by ViewVC