Property | Defined By | ||
---|---|---|---|
data : int = 0 | MDXEvent | ||
data2 : int = 0 | MDXEvent | ||
deltaClock : uint = 0 | MDXEvent | ||
type : int = 0 | MDXEvent |
Method | Defined By | ||
---|---|---|---|
MDXEvent(type:int, data:int, data2:int, deltaClock:int) | MDXEvent | ||
toString():String toString | MDXEvent |
Constant | Defined By | ||
---|---|---|---|
DATA_END : int = 0xf1 [static] | MDXEvent | ||
DETUNE : int = 0xf3 [static] | MDXEvent | ||
FADEOUT : int = 0xe7 [static] | MDXEvent | ||
FREQUENCY : int = 0xed [static] | MDXEvent | ||
GATE : int = 0xf8 [static] | MDXEvent | ||
KEY_ON_DELAY : int = 0xf0 [static] | MDXEvent | ||
LFO_DELAY : int = 0xe9 [static] | MDXEvent | ||
NOTE : int = 0x80 [static] | MDXEvent | ||
OPM_LFO : int = 0xea [static] | MDXEvent | ||
PAN : int = 0xfc [static] | MDXEvent | ||
PITCH_LFO : int = 0xec [static] | MDXEvent | ||
PORTAMENT : int = 0xf2 [static] | MDXEvent | ||
REGISTER : int = 0xfe [static] | MDXEvent | ||
REPEAT_BEGIN : int = 0xf6 [static] | MDXEvent | ||
REPEAT_BREAK : int = 0xf4 [static] | MDXEvent | ||
REPEAT_END : int = 0xf5 [static] | MDXEvent | ||
REST : int = 0x00 [static] | MDXEvent | ||
SET_PCM8 : int = 0xe8 [static] | MDXEvent | ||
SLUR : int = 0xf7 [static] | MDXEvent | ||
SYNC_SEND : int = 0xef [static] | MDXEvent | ||
SYNC_WAIT : int = 0xee [static] | MDXEvent | ||
TIMERB : int = 0xff [static] | MDXEvent | ||
VOICE : int = 0xfd [static] | MDXEvent | ||
VOLUME : int = 0xfb [static] | MDXEvent | ||
VOLUME_DEC : int = 0xfa [static] | MDXEvent | ||
VOLUME_INC : int = 0xf9 [static] | MDXEvent | ||
VOLUME_LFO : int = 0xeb [static] | MDXEvent |
data | property |
public var data:int = 0
data2 | property |
public var data2:int = 0
deltaClock | property |
public var deltaClock:uint = 0
type | property |
public var type:int = 0
MDXEvent | () | Constructor |
public function MDXEvent(type:int, data:int, data2:int, deltaClock:int)
type:int | |
data:int | |
data2:int | |
deltaClock:int |
toString | () | method |
public function toString():String
toString
ReturnsString |
DATA_END | Constant |
public static const DATA_END:int = 0xf1
DETUNE | Constant |
public static const DETUNE:int = 0xf3
FADEOUT | Constant |
public static const FADEOUT:int = 0xe7
FREQUENCY | Constant |
public static const FREQUENCY:int = 0xed
GATE | Constant |
public static const GATE:int = 0xf8
KEY_ON_DELAY | Constant |
public static const KEY_ON_DELAY:int = 0xf0
LFO_DELAY | Constant |
public static const LFO_DELAY:int = 0xe9
NOTE | Constant |
public static const NOTE:int = 0x80
OPM_LFO | Constant |
public static const OPM_LFO:int = 0xea
PAN | Constant |
public static const PAN:int = 0xfc
PITCH_LFO | Constant |
public static const PITCH_LFO:int = 0xec
PORTAMENT | Constant |
public static const PORTAMENT:int = 0xf2
REGISTER | Constant |
public static const REGISTER:int = 0xfe
REPEAT_BEGIN | Constant |
public static const REPEAT_BEGIN:int = 0xf6
REPEAT_BREAK | Constant |
public static const REPEAT_BREAK:int = 0xf4
REPEAT_END | Constant |
public static const REPEAT_END:int = 0xf5
REST | Constant |
public static const REST:int = 0x00
SET_PCM8 | Constant |
public static const SET_PCM8:int = 0xe8
SLUR | Constant |
public static const SLUR:int = 0xf7
SYNC_SEND | Constant |
public static const SYNC_SEND:int = 0xef
SYNC_WAIT | Constant |
public static const SYNC_WAIT:int = 0xee
TIMERB | Constant |
public static const TIMERB:int = 0xff
VOICE | Constant |
public static const VOICE:int = 0xfd
VOLUME | Constant |
public static const VOLUME:int = 0xfb
VOLUME_DEC | Constant |
public static const VOLUME_DEC:int = 0xfa
VOLUME_INC | Constant |
public static const VOLUME_INC:int = 0xf9
VOLUME_LFO | Constant |
public static const VOLUME_LFO:int = 0xeb