NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
filewritemultitrack.h File Reference

Contains the definition of the class MIDIFileWriteMultiTrack, used for saving MIDI files, plus some related function. More...

#include "filewrite.h"
#include "multitrack.h"

Go to the source code of this file.

Classes

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

Functions

Functions for saving MIDI files
bool WriteMIDIFile (const char *filename, int format, const MIDIMultiTrack *tracks, bool strip=false)
 Writes the given MIDIMultiTrack object into a MIDI file. More...
 
bool WriteMIDIFile (const std::string &filename, int format, const MIDIMultiTrack *tracks, bool strip=false)
 Writes the given MIDIMultiTrack object into a MIDI file. More...
 

Detailed Description

Contains the definition of the class MIDIFileWriteMultiTrack, used for saving MIDI files, plus some related function.