A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
param1 — Property, class com.yoambulante.midifiles.MidiMessage |
|
depending on what kind of event this value must be used differently, normally a value between 0 and 127
|
param2 — Property, class com.yoambulante.midifiles.MidiMessage |
|
depending on what kind of event this value must be used differently, normally a value between 0 and 127
|
param3 — Property, class com.yoambulante.midifiles.MidiMessage |
|
param3 is used by the MetaEvent SMPTE Offset as Seconds (param1 as Hours and param2 as Minutes) and Time Signature MetaEvent param3 is Metronome-pulse (param1 Numerator and param2 Denominator)
|
param4 — Property, class com.yoambulante.midifiles.MidiMessage |
|
param4 is used by the MetaEvent SMPTE Offset as Frames (param1 as Hours and param2 as Minutes) and Time Signature MetaEvent param4 is 32nds (param1 Numerator and param2 Denominator)
|
param5 — Property, class com.yoambulante.midifiles.MidiMessage |
|
param5 is only used by the MetaEvent SMPTE Offset as SubFrames (param1 as Hours and param2 as Minutes)
|
playing — Property, class com.yoambulante.midifiles.SamplerKey |
|
It is true whenever the sampler key is generating audio, normally it generates some samples more even after you call the releaseKey method. |
pressKey(velocity:uint) — method, class com.yoambulante.midifiles.SamplerKey |
| |
processed — Property, class com.yoambulante.midifiles.MidiMessage |
|
indicates whenever this event message was read
|
PROGRESS — Event, class com.yoambulante.midifiles.SamplesExtractor |
|
Dispatched during the extraction process, helps to know the percentage progress of the current extraction process. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |