| Property | Defined By | ||
|---|---|---|---|
| byteArray : ByteArray = null | SMFEvent | ||
| channel : int [read-only]  channel   | SMFEvent | ||
| deltaTime : uint = 0 | SMFEvent | ||
| note : int [read-only]  note   | SMFEvent | ||
| text : String  text data   | SMFEvent | ||
| time : uint = 0 | SMFEvent | ||
| type : int = 0 | SMFEvent | ||
| value : int = 0 | SMFEvent | ||
| velocity : int [read-only]  velocity   | SMFEvent | ||
| Method | Defined By | ||
|---|---|---|---|
SMFEvent(type:int, value:int, deltaTime:int, time:int)  | SMFEvent | ||
toString():String  toString   | SMFEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CC_ATTACK_TIME : int = 73 [static]   | SMFEvent | ||
| CC_BALANCE : int = 8 [static]   | SMFEvent | ||
| CC_BANK_SELECT_LSB : int = 32 [static]   | SMFEvent | ||
| CC_BANK_SELECT_MSB : int = 0 [static]   | SMFEvent | ||
| CC_CHORUS_SEND : int = 93 [static]   | SMFEvent | ||
| CC_CUTOFF_FREQ : int = 74 [static]   | SMFEvent | ||
| CC_DATA_ENTRY_LSB : int = 38 [static]   | SMFEvent | ||
| CC_DATA_ENTRY_MSB : int = 6 [static]   | SMFEvent | ||
| CC_DECAY_TIME : int = 75 [static]   | SMFEvent | ||
| CC_DELAY_SEND : int = 94 [static]   | SMFEvent | ||
| CC_EXPRESSION : int = 11 [static]   | SMFEvent | ||
| CC_MODULATION : int = 1 [static]   | SMFEvent | ||
| CC_NRPN_LSB : int = 98 [static]   | SMFEvent | ||
| CC_NRPN_MSB : int = 99 [static]   | SMFEvent | ||
| CC_PANPOD : int = 10 [static]   | SMFEvent | ||
| CC_PORTAMENTO : int = 65 [static]   | SMFEvent | ||
| CC_PORTAMENTO_TIME : int = 5 [static]   | SMFEvent | ||
| CC_PROTAMENTO_CONTROL : int = 84 [static]   | SMFEvent | ||
| CC_RELEASE_TIME : int = 72 [static]   | SMFEvent | ||
| CC_RESONANCE : int = 71 [static]   | SMFEvent | ||
| CC_REVERB_SEND : int = 91 [static]   | SMFEvent | ||
| CC_RPN_LSB : int = 100 [static]   | SMFEvent | ||
| CC_RPN_MSB : int = 101 [static]   | SMFEvent | ||
| CC_SOFT_PEDAL : int = 67 [static]   | SMFEvent | ||
| CC_SOSTENUTO_PEDAL : int = 66 [static]   | SMFEvent | ||
| CC_SUSTAIN_PEDAL : int = 64 [static]   | SMFEvent | ||
| CC_VOLUME : int = 7 [static]   | SMFEvent | ||
| CHANNEL_PRESSURE : int = 0xd0 [static]   | SMFEvent | ||
| CONTROL_CHANGE : int = 0xb0 [static]   | SMFEvent | ||
| KEY_PRESSURE : int = 0xa0 [static]   | SMFEvent | ||
| META : int = 0xff [static]   | SMFEvent | ||
| META_AUTHOR : int = 0xff02 [static]   | SMFEvent | ||
| META_CHANNEL : int = 0xff20 [static]   | SMFEvent | ||
| META_CUE : int = 0xff07 [static]   | SMFEvent | ||
| META_DEVICE_NAME : int = 0xff09 [static]   | SMFEvent | ||
| META_INSTRUMENT : int = 0xff04 [static]   | SMFEvent | ||
| META_KEY_SIGNATURE : int = 0xff59 [static]   | SMFEvent | ||
| META_LYLICS : int = 0xff05 [static]   | SMFEvent | ||
| META_MARKER : int = 0xff06 [static]   | SMFEvent | ||
| META_PORT : int = 0xff21 [static]   | SMFEvent | ||
| META_PROGRAM_NAME : int = 0xff08 [static]   | SMFEvent | ||
| META_SEQNUM : int = 0xff00 [static]   | SMFEvent | ||
| META_SEQUENCER_SPEC : int = 0xff7f [static]   | SMFEvent | ||
| META_SMPTE_OFFSET : int = 0xff54 [static]   | SMFEvent | ||
| META_TEMPO : int = 0xff51 [static]   | SMFEvent | ||
| META_TEXT : int = 0xff01 [static]   | SMFEvent | ||
| META_TIME_SIGNATURE : int = 0xff58 [static]   | SMFEvent | ||
| META_TITLE : int = 0xff03 [static]   | SMFEvent | ||
| META_TRACK_END : int = 0xff2f [static]   | SMFEvent | ||
| NOTE_OFF : int = 0x80 [static]   | SMFEvent | ||
| NOTE_ON : int = 0x90 [static]   | SMFEvent | ||
| PITCH_BEND : int = 0xe0 [static]   | SMFEvent | ||
| PROGRAM_CHANGE : int = 0xc0 [static]   | SMFEvent | ||
| RPN_COARSE_TUNE : int = 2 [static]   | SMFEvent | ||
| RPN_FINE_TUNE : int = 1 [static]   | SMFEvent | ||
| RPN_PITCHBEND_SENCE : int = 0 [static]   | SMFEvent | ||
| SYSTEM_EXCLUSIVE : int = 0xf0 [static]   | SMFEvent | ||
| SYSTEM_EXCLUSIVE_SHORT : int = 0xf7 [static]   | SMFEvent | ||
| byteArray | property | 
public var byteArray:ByteArray = null| channel | property | 
channel:int  [read-only] channel
    public function get channel():int| deltaTime | property | 
public var deltaTime:uint = 0| note | property | 
note:int  [read-only] note
    public function get note():int| text | property | 
text:Stringtext data
    public function get text():String    public function set text(value:String):void| time | property | 
public var time:uint = 0| type | property | 
public var type:int = 0| value | property | 
public var value:int = 0| velocity | property | 
velocity:int  [read-only] velocity
    public function get velocity():int| SMFEvent | () | Constructor | 
public function SMFEvent(type:int, value:int, deltaTime:int, time:int)type:int | |
value:int | |
deltaTime:int | |
time:int | 
| toString | () | method | 
 public function toString():StringtoString
ReturnsString | 
| CC_ATTACK_TIME | Constant | 
public static const CC_ATTACK_TIME:int = 73| CC_BALANCE | Constant | 
public static const CC_BALANCE:int = 8| CC_BANK_SELECT_LSB | Constant | 
public static const CC_BANK_SELECT_LSB:int = 32| CC_BANK_SELECT_MSB | Constant | 
public static const CC_BANK_SELECT_MSB:int = 0| CC_CHORUS_SEND | Constant | 
public static const CC_CHORUS_SEND:int = 93| CC_CUTOFF_FREQ | Constant | 
public static const CC_CUTOFF_FREQ:int = 74| CC_DATA_ENTRY_LSB | Constant | 
public static const CC_DATA_ENTRY_LSB:int = 38| CC_DATA_ENTRY_MSB | Constant | 
public static const CC_DATA_ENTRY_MSB:int = 6| CC_DECAY_TIME | Constant | 
public static const CC_DECAY_TIME:int = 75| CC_DELAY_SEND | Constant | 
public static const CC_DELAY_SEND:int = 94| CC_EXPRESSION | Constant | 
public static const CC_EXPRESSION:int = 11| CC_MODULATION | Constant | 
public static const CC_MODULATION:int = 1| CC_NRPN_LSB | Constant | 
public static const CC_NRPN_LSB:int = 98| CC_NRPN_MSB | Constant | 
public static const CC_NRPN_MSB:int = 99| CC_PANPOD | Constant | 
public static const CC_PANPOD:int = 10| CC_PORTAMENTO | Constant | 
public static const CC_PORTAMENTO:int = 65| CC_PORTAMENTO_TIME | Constant | 
public static const CC_PORTAMENTO_TIME:int = 5| CC_PROTAMENTO_CONTROL | Constant | 
public static const CC_PROTAMENTO_CONTROL:int = 84| CC_RELEASE_TIME | Constant | 
public static const CC_RELEASE_TIME:int = 72| CC_RESONANCE | Constant | 
public static const CC_RESONANCE:int = 71| CC_REVERB_SEND | Constant | 
public static const CC_REVERB_SEND:int = 91| CC_RPN_LSB | Constant | 
public static const CC_RPN_LSB:int = 100| CC_RPN_MSB | Constant | 
public static const CC_RPN_MSB:int = 101| CC_SOFT_PEDAL | Constant | 
public static const CC_SOFT_PEDAL:int = 67| CC_SOSTENUTO_PEDAL | Constant | 
public static const CC_SOSTENUTO_PEDAL:int = 66| CC_SUSTAIN_PEDAL | Constant | 
public static const CC_SUSTAIN_PEDAL:int = 64| CC_VOLUME | Constant | 
public static const CC_VOLUME:int = 7| CHANNEL_PRESSURE | Constant | 
public static const CHANNEL_PRESSURE:int = 0xd0| CONTROL_CHANGE | Constant | 
public static const CONTROL_CHANGE:int = 0xb0| KEY_PRESSURE | Constant | 
public static const KEY_PRESSURE:int = 0xa0| META | Constant | 
public static const META:int = 0xff| META_AUTHOR | Constant | 
public static const META_AUTHOR:int = 0xff02| META_CHANNEL | Constant | 
public static const META_CHANNEL:int = 0xff20| META_CUE | Constant | 
public static const META_CUE:int = 0xff07| META_DEVICE_NAME | Constant | 
public static const META_DEVICE_NAME:int = 0xff09| META_INSTRUMENT | Constant | 
public static const META_INSTRUMENT:int = 0xff04| META_KEY_SIGNATURE | Constant | 
public static const META_KEY_SIGNATURE:int = 0xff59| META_LYLICS | Constant | 
public static const META_LYLICS:int = 0xff05| META_MARKER | Constant | 
public static const META_MARKER:int = 0xff06| META_PORT | Constant | 
public static const META_PORT:int = 0xff21| META_PROGRAM_NAME | Constant | 
public static const META_PROGRAM_NAME:int = 0xff08| META_SEQNUM | Constant | 
public static const META_SEQNUM:int = 0xff00| META_SEQUENCER_SPEC | Constant | 
public static const META_SEQUENCER_SPEC:int = 0xff7f| META_SMPTE_OFFSET | Constant | 
public static const META_SMPTE_OFFSET:int = 0xff54| META_TEMPO | Constant | 
public static const META_TEMPO:int = 0xff51| META_TEXT | Constant | 
public static const META_TEXT:int = 0xff01| META_TIME_SIGNATURE | Constant | 
public static const META_TIME_SIGNATURE:int = 0xff58| META_TITLE | Constant | 
public static const META_TITLE:int = 0xff03| META_TRACK_END | Constant | 
public static const META_TRACK_END:int = 0xff2f| NOTE_OFF | Constant | 
public static const NOTE_OFF:int = 0x80| NOTE_ON | Constant | 
public static const NOTE_ON:int = 0x90| PITCH_BEND | Constant | 
public static const PITCH_BEND:int = 0xe0| PROGRAM_CHANGE | Constant | 
public static const PROGRAM_CHANGE:int = 0xc0| RPN_COARSE_TUNE | Constant | 
public static const RPN_COARSE_TUNE:int = 2| RPN_FINE_TUNE | Constant | 
public static const RPN_FINE_TUNE:int = 1| RPN_PITCHBEND_SENCE | Constant | 
public static const RPN_PITCHBEND_SENCE:int = 0| SYSTEM_EXCLUSIVE | Constant | 
public static const SYSTEM_EXCLUSIVE:int = 0xf0| SYSTEM_EXCLUSIVE_SHORT | Constant | 
public static const SYSTEM_EXCLUSIVE_SHORT:int = 0xf7