From: <pst...@us...> - 2008-05-22 05:42:28
|
Revision: 554 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=554&view=rev Author: pstieber Date: 2008-05-21 22:42:06 -0700 (Wed, 21 May 2008) Log Message: ----------- Updated to the new key off interface. Modified Paths: -------------- trunk/jazz/src/Player.cpp Modified: trunk/jazz/src/Player.cpp =================================================================== --- trunk/jazz/src/Player.cpp 2008-05-22 05:38:45 UTC (rev 553) +++ trunk/jazz/src/Player.cpp 2008-05-22 05:42:06 UTC (rev 554) @@ -1643,8 +1643,8 @@ SEQ_STOP_NOTE( mididev, pKeyOff->GetChannel(), - pKeyOff->Key, - pKeyOff->OffVeloc); + pKeyOff->GetKey(), + pKeyOff->GetOffVelocity()); if (now) seqbuf_flush_last_event(); } break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |