/[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 2167 by persson, Mon Feb 21 17:34:36 2011 UTC revision 2175 by persson, Mon Apr 25 08:12:36 2011 UTC
# Line 367  namespace sfz Line 367  namespace sfz
367          filter_t fil_type; filter_t fil2_type;          filter_t fil_type; filter_t fil2_type;
368          optional<float> cutoff; optional<float> cutoff2;          optional<float> cutoff; optional<float> cutoff2;
369          Array<int> cutoff_oncc; Array<int> cutoff2_oncc;          Array<int> cutoff_oncc; Array<int> cutoff2_oncc;
370            int cutoff_cc; // TODO: this is just a temporary fix to avoid
371                           // looping through the cutoff_oncc array
372          Array<int> cutoff_smoothcc; Array<int> cutoff2_smoothcc;          Array<int> cutoff_smoothcc; Array<int> cutoff2_smoothcc;
373          Array<int> cutoff_stepcc; Array<int> cutoff2_stepcc;          Array<int> cutoff_stepcc; Array<int> cutoff2_stepcc;
374          Array<int> cutoff_curvecc; Array<int> cutoff2_curvecc;          Array<int> cutoff_curvecc; Array<int> cutoff2_curvecc;

Legend:
Removed from v.2167  
changed lines
  Added in v.2175

  ViewVC Help
Powered by ViewVC