Changeset 1894:5cf4358ac5b3 in roaraudio


Ignore:
Timestamp:
05/25/09 08:52:27 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use symbolic name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r1893 r1894  
    713713    break; 
    714714   case MIDI_TYPE_CONTROLER: 
    715      if ( mes->kk == 123 ) /* all note off */ 
     715     if ( mes->kk == MIDI_CCE_ALL_NOTE_OFF ) /* all note off */ 
    716716      midi_cb_stop(); 
    717717    break; 
Note: See TracChangeset for help on using the changeset viewer.