NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
MIDIFileWriteMultiTrack Class Reference

Writes the contents of a MIDIMultiTrack to a std::ostream in the MIDI file format. More...

#include <filewritemultitrack.h>

Detailed Description

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.


The documentation for this class was generated from the following file: