/[svn]/linuxsampler/trunk/src/engines/sf2/Voice.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sf2/Voice.cpp

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

revision 3016 by schoenebeck, Tue Apr 19 14:07:53 2016 UTC revision 3017 by schoenebeck, Wed Oct 19 12:28:40 2016 UTC
# Line 305  namespace LinuxSampler { namespace sf2 { Line 305  namespace LinuxSampler { namespace sf2 {
305                  ctrl = 83;                  ctrl = 83;
306                  break;                  break;
307              case ::gig::vcf_cutoff_ctrl_aftertouch:              case ::gig::vcf_cutoff_ctrl_aftertouch:
308                  ctrl = 128;                  ctrl = CTRL_TABLE_IDX_AFTERTOUCH;
309                  break;                  break;
310              case ::gig::vcf_cutoff_ctrl_none:              case ::gig::vcf_cutoff_ctrl_none:
311              default:              default:

Legend:
Removed from v.3016  
changed lines
  Added in v.3017

  ViewVC Help
Powered by ViewVC