/[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 2072 by persson, Sat Mar 20 11:37:52 2010 UTC revision 2082 by persson, Sun Apr 11 10:20:24 2010 UTC
# Line 302  namespace sfz Line 302  namespace sfz
302          float pan;          float pan;
303          float width;          float width;
304          float position;          float position;
305          float amp_keytrack; int amp_keycenter; float amp_veltrack; std::vector<float> amp_velcurve_; float amp_random;          float amp_keytrack; int amp_keycenter; float amp_veltrack; std::vector<float> amp_velcurve; float amp_random;
306          float rt_decay;          float rt_decay;
307          std::vector<float> gain_oncc;          std::vector<float> gain_oncc;
308          int xfin_lokey; int xfin_hikey;          int xfin_lokey; int xfin_hikey;

Legend:
Removed from v.2072  
changed lines
  Added in v.2082

  ViewVC Help
Powered by ViewVC