/[svn]/libgig/trunk/src/gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/gig.cpp

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

revision 1875 by schoenebeck, Thu Mar 26 13:32:59 2009 UTC revision 2152 by persson, Fri Dec 17 16:51:48 2010 UTC
# Line 1885  namespace { Line 1885  namespace {
1885                                        (VCFKeyboardTrackingBreakpoint & 0x7f); /* lower 7 bits */                                        (VCFKeyboardTrackingBreakpoint & 0x7f); /* lower 7 bits */
1886          pData[137] = vcfbreakpoint;          pData[137] = vcfbreakpoint;
1887    
1888          const uint8_t vcfvelocity = VCFVelocityDynamicRange % 5 |          const uint8_t vcfvelocity = VCFVelocityDynamicRange % 5 +
1889                                      VCFVelocityCurve * 5;                                      VCFVelocityCurve * 5;
1890          pData[138] = vcfvelocity;          pData[138] = vcfvelocity;
1891    
# Line 3036  MidiRuleCtrlTrigger::MidiRuleCtrlTrigger Line 3036  MidiRuleCtrlTrigger::MidiRuleCtrlTrigger
3036      }      }
3037    
3038      Instrument::~Instrument() {      Instrument::~Instrument() {
3039            for (int i = 0 ; pMidiRules[i] ; i++) {
3040                delete pMidiRules[i];
3041            }
3042          delete[] pMidiRules;          delete[] pMidiRules;
3043      }      }
3044    

Legend:
Removed from v.1875  
changed lines
  Added in v.2152

  ViewVC Help
Powered by ViewVC