Changeset 2408:c4e95b4e4aa4 in roaraudio


Ignore:
Timestamp:
08/17/09 16:16:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ooops, note off and on was swaped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/midi.h

    r1924 r2408  
    3939 
    4040// standard MIDI commands: 
    41 #define MIDI_TYPE_NOTE_ON       0x80 
    42 #define MIDI_TYPE_NOTE_OFF      0x90 
     41#define MIDI_TYPE_NOTE_OFF      0x80 
     42#define MIDI_TYPE_NOTE_ON       0x90 
    4343#define MIDI_TYPE_PA            0xA0 
    4444#define MIDI_TYPE_CONTROLER     0xB0 
Note: See TracChangeset for help on using the changeset viewer.