CLAM-Development
1.4.0
|
#include <MIDITrack.hxx>
Public Types | |
typedef std::list< Event * > ::const_iterator | EventIterator |
Public Member Functions | |
Track (void) | |
~Track (void) | |
void | Add (Event *e) |
void | Name (const Byte *ptr, int len) |
EventIterator | Begin (void) |
EventIterator | End (void) |
bool | HasTempoEvents (void) |
Definition at line 33 of file MIDITrack.hxx.
typedef std::list<Event*>::const_iterator MIDI::Track::EventIterator |
Definition at line 68 of file MIDITrack.hxx.
|
inline |
Definition at line 43 of file MIDITrack.hxx.
|
inline |
Definition at line 48 of file MIDITrack.hxx.
|
inline |
Definition at line 53 of file MIDITrack.hxx.
Referenced by CLAM::MIDIFileWriter::Do(), and MIDI::Reader::Read().
|
inline |
Definition at line 70 of file MIDITrack.hxx.
Referenced by CLAM::MIDIFileReader::Do(), HasTempoEvents(), and MIDI::Writer::Write().
|
inline |
Definition at line 71 of file MIDITrack.hxx.
Referenced by CLAM::MIDIFileReader::Do(), HasTempoEvents(), and MIDI::Writer::Write().
|
inline |
Definition at line 73 of file MIDITrack.hxx.
Definition at line 58 of file MIDITrack.hxx.
Referenced by MIDI::Reader::Read().