--- libgig/trunk/src/gig.cpp 2009/07/29 08:57:46 1950 +++ libgig/trunk/src/gig.cpp 2010/12/17 16:51:48 2152 @@ -1885,7 +1885,7 @@ (VCFKeyboardTrackingBreakpoint & 0x7f); /* lower 7 bits */ pData[137] = vcfbreakpoint; - const uint8_t vcfvelocity = VCFVelocityDynamicRange % 5 | + const uint8_t vcfvelocity = VCFVelocityDynamicRange % 5 + VCFVelocityCurve * 5; pData[138] = vcfvelocity;