NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
Receives MIDI data from a MIDIFileReader (not documented) class and writes them to a MIDIMultiTrack. More...
#include <filereadmultitrack.h>
Inherits MIDIFileEventHandler.
Receives MIDI data from a MIDIFileReader (not documented) class and writes them to a MIDIMultiTrack.
Used by other classes and functions for reading MIDI files; actually it ignores these kind of messages:
If you want to load MIDI files into a MIDIMultiTrack you probably will use the simple and fast LoadMIDIFile() global function (that creates and uses this class), so this is not documented.