Packageorg.si.sion.midi
Classpublic class SiONMIDIEventFlag
InheritanceSiONMIDIEventFlag Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
ALLConstant
public static const ALL:int = 31

Flag for all

CONTROL_CHANGEConstant 
public static const CONTROL_CHANGE:int = 4

dispatch flag for SiONMIDIEvent.CONTROL_CHANGE

NOTE_OFFConstant 
public static const NOTE_OFF:int = 2

dispatch flag for SiONMIDIEvent.NOTE_OFF

NOTE_ONConstant 
public static const NOTE_ON:int = 1

dispatch flag for SiONMIDIEvent.NOTE_ON

PITCH_BENDConstant 
public static const PITCH_BEND:int = 16

dispatch flag for SiONMIDIEvent.PITCH_BEND

PROGRAM_CHANGEConstant 
public static const PROGRAM_CHANGE:int = 8

dispatch flag for SiONMIDIEvent.PROGRAM_CHANGE