Classes
 ClassDescription
 MidiFilesReader This class reads a standard MIDI file (.mid) and exposes all events through all different tracks found in the midi file
 MidiMessage MidiMessage contains information about the midi event (message) on an especific midi track
 MidiTrack MidiTrack contains all events related to the track, note that events channels are independant of the track
 SamplerKey This class uses a waveform (samples) and change its pitch using hermite interpolation for generating different musical notes tones.
 SamplesExtractor 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.