Packageorg.si.sion.midi
Classpublic class SMFEvent
InheritanceSMFEvent Inheritance Object

SMF event



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
SMFEvent(type:int, value:int, deltaTime:int, time:int)
SMFEvent
  
toString():String
toString
SMFEvent
Public Constants
 ConstantDefined 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
Property Detail
byteArrayproperty
public var byteArray:ByteArray = null

channelproperty 
channel:int  [read-only]

channel


Implementation
    public function get channel():int
deltaTimeproperty 
public var deltaTime:uint = 0

noteproperty 
note:int  [read-only]

note


Implementation
    public function get note():int
textproperty 
text:String

text data


Implementation
    public function get text():String
    public function set text(value:String):void
timeproperty 
public var time:uint = 0

typeproperty 
public var type:int = 0

valueproperty 
public var value:int = 0

velocityproperty 
velocity:int  [read-only]

velocity


Implementation
    public function get velocity():int
Constructor Detail
SMFEvent()Constructor
public function SMFEvent(type:int, value:int, deltaTime:int, time:int)



Parameters
type:int
 
value:int
 
deltaTime:int
 
time:int
Method Detail
toString()method
public function toString():String

toString

Returns
String
Constant Detail
CC_ATTACK_TIMEConstant
public static const CC_ATTACK_TIME:int = 73

CC_BALANCEConstant 
public static const CC_BALANCE:int = 8

CC_BANK_SELECT_LSBConstant 
public static const CC_BANK_SELECT_LSB:int = 32

CC_BANK_SELECT_MSBConstant 
public static const CC_BANK_SELECT_MSB:int = 0

CC_CHORUS_SENDConstant 
public static const CC_CHORUS_SEND:int = 93

CC_CUTOFF_FREQConstant 
public static const CC_CUTOFF_FREQ:int = 74

CC_DATA_ENTRY_LSBConstant 
public static const CC_DATA_ENTRY_LSB:int = 38

CC_DATA_ENTRY_MSBConstant 
public static const CC_DATA_ENTRY_MSB:int = 6

CC_DECAY_TIMEConstant 
public static const CC_DECAY_TIME:int = 75

CC_DELAY_SENDConstant 
public static const CC_DELAY_SEND:int = 94

CC_EXPRESSIONConstant 
public static const CC_EXPRESSION:int = 11

CC_MODULATIONConstant 
public static const CC_MODULATION:int = 1

CC_NRPN_LSBConstant 
public static const CC_NRPN_LSB:int = 98

CC_NRPN_MSBConstant 
public static const CC_NRPN_MSB:int = 99

CC_PANPODConstant 
public static const CC_PANPOD:int = 10

CC_PORTAMENTOConstant 
public static const CC_PORTAMENTO:int = 65

CC_PORTAMENTO_TIMEConstant 
public static const CC_PORTAMENTO_TIME:int = 5

CC_PROTAMENTO_CONTROLConstant 
public static const CC_PROTAMENTO_CONTROL:int = 84

CC_RELEASE_TIMEConstant 
public static const CC_RELEASE_TIME:int = 72

CC_RESONANCEConstant 
public static const CC_RESONANCE:int = 71

CC_REVERB_SENDConstant 
public static const CC_REVERB_SEND:int = 91

CC_RPN_LSBConstant 
public static const CC_RPN_LSB:int = 100

CC_RPN_MSBConstant 
public static const CC_RPN_MSB:int = 101

CC_SOFT_PEDALConstant 
public static const CC_SOFT_PEDAL:int = 67

CC_SOSTENUTO_PEDALConstant 
public static const CC_SOSTENUTO_PEDAL:int = 66

CC_SUSTAIN_PEDALConstant 
public static const CC_SUSTAIN_PEDAL:int = 64

CC_VOLUMEConstant 
public static const CC_VOLUME:int = 7

CHANNEL_PRESSUREConstant 
public static const CHANNEL_PRESSURE:int = 0xd0

CONTROL_CHANGEConstant 
public static const CONTROL_CHANGE:int = 0xb0

KEY_PRESSUREConstant 
public static const KEY_PRESSURE:int = 0xa0

METAConstant 
public static const META:int = 0xff

META_AUTHORConstant 
public static const META_AUTHOR:int = 0xff02

META_CHANNELConstant 
public static const META_CHANNEL:int = 0xff20

META_CUEConstant 
public static const META_CUE:int = 0xff07

META_DEVICE_NAMEConstant 
public static const META_DEVICE_NAME:int = 0xff09

META_INSTRUMENTConstant 
public static const META_INSTRUMENT:int = 0xff04

META_KEY_SIGNATUREConstant 
public static const META_KEY_SIGNATURE:int = 0xff59

META_LYLICSConstant 
public static const META_LYLICS:int = 0xff05

META_MARKERConstant 
public static const META_MARKER:int = 0xff06

META_PORTConstant 
public static const META_PORT:int = 0xff21

META_PROGRAM_NAMEConstant 
public static const META_PROGRAM_NAME:int = 0xff08

META_SEQNUMConstant 
public static const META_SEQNUM:int = 0xff00

META_SEQUENCER_SPECConstant 
public static const META_SEQUENCER_SPEC:int = 0xff7f

META_SMPTE_OFFSETConstant 
public static const META_SMPTE_OFFSET:int = 0xff54

META_TEMPOConstant 
public static const META_TEMPO:int = 0xff51

META_TEXTConstant 
public static const META_TEXT:int = 0xff01

META_TIME_SIGNATUREConstant 
public static const META_TIME_SIGNATURE:int = 0xff58

META_TITLEConstant 
public static const META_TITLE:int = 0xff03

META_TRACK_ENDConstant 
public static const META_TRACK_END:int = 0xff2f

NOTE_OFFConstant 
public static const NOTE_OFF:int = 0x80

NOTE_ONConstant 
public static const NOTE_ON:int = 0x90

PITCH_BENDConstant 
public static const PITCH_BEND:int = 0xe0

PROGRAM_CHANGEConstant 
public static const PROGRAM_CHANGE:int = 0xc0

RPN_COARSE_TUNEConstant 
public static const RPN_COARSE_TUNE:int = 2

RPN_FINE_TUNEConstant 
public static const RPN_FINE_TUNE:int = 1

RPN_PITCHBEND_SENCEConstant 
public static const RPN_PITCHBEND_SENCE:int = 0

SYSTEM_EXCLUSIVEConstant 
public static const SYSTEM_EXCLUSIVE:int = 0xf0

SYSTEM_EXCLUSIVE_SHORTConstant 
public static const SYSTEM_EXCLUSIVE_SHORT:int = 0xf7