On Wed, 26 Jul 2006, Jens M Andreasen wrote:
> if(runningStatus == NOTE_ON || runningStatus == NOTE_OFF)
If you plan to receive messages from other channels than 0 you have to
use (runningStatus & 0xF0) instead of the full runningStatus and perhaps
check for (runningStaus & 0x0F) == receiveChannel..
-- AriReceived on Wed Jul 26 12:15:04 2006
This archive was generated by hypermail 2.1.8 : Wed Jul 26 2006 - 12:15:05 EEST