| Constant | Defined By | ||
|---|---|---|---|
| ALL : int = 31 [static]  Flag for all   | SiONMIDIEventFlag | ||
| CONTROL_CHANGE : int = 4 [static]  dispatch flag for SiONMIDIEvent.CONTROL_CHANGE  | SiONMIDIEventFlag | ||
| NOTE_OFF : int = 2 [static]  dispatch flag for SiONMIDIEvent.NOTE_OFF   | SiONMIDIEventFlag | ||
| NOTE_ON : int = 1 [static]  dispatch flag for SiONMIDIEvent.NOTE_ON   | SiONMIDIEventFlag | ||
| PITCH_BEND : int = 16 [static]  dispatch flag for SiONMIDIEvent.PITCH_BEND   | SiONMIDIEventFlag | ||
| PROGRAM_CHANGE : int = 8 [static]  dispatch flag for SiONMIDIEvent.PROGRAM_CHANGE   | SiONMIDIEventFlag | ||
| ALL | Constant | 
public static const ALL:int = 31Flag for all
| CONTROL_CHANGE | Constant | 
public static const CONTROL_CHANGE:int = 4dispatch flag for SiONMIDIEvent.CONTROL_CHANGE
| NOTE_OFF | Constant | 
public static const NOTE_OFF:int = 2dispatch flag for SiONMIDIEvent.NOTE_OFF
| NOTE_ON | Constant | 
public static const NOTE_ON:int = 1dispatch flag for SiONMIDIEvent.NOTE_ON
| PITCH_BEND | Constant | 
public static const PITCH_BEND:int = 16dispatch flag for SiONMIDIEvent.PITCH_BEND
| PROGRAM_CHANGE | Constant | 
public static const PROGRAM_CHANGE:int = 8dispatch flag for SiONMIDIEvent.PROGRAM_CHANGE