Packageorg.si.sound.mdx
Classpublic class MDXEvent
InheritanceMDXEvent Inheritance Object

MDX event



Public Properties
 PropertyDefined By
  data : int = 0
MDXEvent
  data2 : int = 0
MDXEvent
  deltaClock : uint = 0
MDXEvent
  type : int = 0
MDXEvent
Public Methods
 MethodDefined By
  
MDXEvent(type:int, data:int, data2:int, deltaClock:int)
MDXEvent
  
toString():String
toString
MDXEvent
Public Constants
 ConstantDefined 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
Property Detail
dataproperty
public var data:int = 0

data2property 
public var data2:int = 0

deltaClockproperty 
public var deltaClock:uint = 0

typeproperty 
public var type:int = 0

Constructor Detail
MDXEvent()Constructor
public function MDXEvent(type:int, data:int, data2:int, deltaClock:int)



Parameters
type:int
 
data:int
 
data2:int
 
deltaClock:int
Method Detail
toString()method
public function toString():String

toString

Returns
String
Constant Detail
DATA_ENDConstant
public static const DATA_END:int = 0xf1

DETUNEConstant 
public static const DETUNE:int = 0xf3

FADEOUTConstant 
public static const FADEOUT:int = 0xe7

FREQUENCYConstant 
public static const FREQUENCY:int = 0xed

GATEConstant 
public static const GATE:int = 0xf8

KEY_ON_DELAYConstant 
public static const KEY_ON_DELAY:int = 0xf0

LFO_DELAYConstant 
public static const LFO_DELAY:int = 0xe9

NOTEConstant 
public static const NOTE:int = 0x80

OPM_LFOConstant 
public static const OPM_LFO:int = 0xea

PANConstant 
public static const PAN:int = 0xfc

PITCH_LFOConstant 
public static const PITCH_LFO:int = 0xec

PORTAMENTConstant 
public static const PORTAMENT:int = 0xf2

REGISTERConstant 
public static const REGISTER:int = 0xfe

REPEAT_BEGINConstant 
public static const REPEAT_BEGIN:int = 0xf6

REPEAT_BREAKConstant 
public static const REPEAT_BREAK:int = 0xf4

REPEAT_ENDConstant 
public static const REPEAT_END:int = 0xf5

RESTConstant 
public static const REST:int = 0x00

SET_PCM8Constant 
public static const SET_PCM8:int = 0xe8

SLURConstant 
public static const SLUR:int = 0xf7

SYNC_SENDConstant 
public static const SYNC_SEND:int = 0xef

SYNC_WAITConstant 
public static const SYNC_WAIT:int = 0xee

TIMERBConstant 
public static const TIMERB:int = 0xff

VOICEConstant 
public static const VOICE:int = 0xfd

VOLUMEConstant 
public static const VOLUME:int = 0xfb

VOLUME_DECConstant 
public static const VOLUME_DEC:int = 0xfa

VOLUME_INCConstant 
public static const VOLUME_INC:int = 0xf9

VOLUME_LFOConstant 
public static const VOLUME_LFO:int = 0xeb