Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
MidiFilesReader | com.yoambulante.midifiles | This class reads a standard MIDI file (.mid) and exposes all events through all different tracks found in the midi file | |
MidiMessage | com.yoambulante.midifiles | MidiMessage contains information about the midi event (message) on an especific midi track | |
MidiTrack | com.yoambulante.midifiles | MidiTrack contains all events related to the track, note that events channels are independant of the track | |
SamplerKey | com.yoambulante.midifiles | This class uses a waveform (samples) and change its pitch using hermite interpolation for generating different musical notes tones. | |
SamplesExtractor | com.yoambulante.midifiles | This class extracts audio samples from a (flash.media.Sound) object and turn them to a Vector.<Point> where .x represents the right channel value and .y the left channel value. |