NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
Writes the contents of a MIDIMultiTrack to a std::ostream in the MIDI file format. More...
#include <filewritemultitrack.h>
Writes the contents of a MIDIMultiTrack to a std::ostream in the MIDI file format.
Used by other classes and functions for reading MIDI files; the file will be in MIDI format 0 if the multitrack has only one track, otherwise the format will be 1.
If you want to save a MIDIMultiTrack into a MIDI file you probably will use the simple and fast WriteMIDIFile() global function (that creates and uses this class), so this is not documented.