#include <MIDIWriter.hxx>
Public Member Functions | |
Writer (const char *filename) | |
~Writer () | |
void | Write (Song &s) |
Definition at line 13 of file MIDIWriter.hxx.
MIDI::Writer::Writer | ( | const char * | filename | ) |
Definition at line 5 of file MIDIWriter.cxx.
MIDI::Writer::~Writer | ( | ) |
Definition at line 12 of file MIDIWriter.cxx.
void MIDI::Writer::Write | ( | Song & | s | ) |
Definition at line 16 of file MIDIWriter.cxx.
Referenced by main().