CLAM-Development
1.1
|
#include <MIDITypes.hxx>
Public Member Functions | |
DYNAMIC_TYPE_USING_INTERFACE (MIDIEvent, 4, ProcessingData) | |
DYN_ATTRIBUTE (0, public, std::string, Name) | |
DYN_ATTRIBUTE (1, public, TTime, Time) | |
DYN_ATTRIBUTE (2, public, bool, Last) | |
DYN_ATTRIBUTE (3, public, Array< TMIDIByte >, Message) | |
unsigned | Ticks () const |
unsigned | TicksFromDuration () const |
int | Length () const |
bool | operator== (const MIDIEvent &ev) |
bool | operator< (const MIDIEvent &ev) |
bool | operator> (const MIDIEvent &ev) |
bool | operator== (const MIDIEvent &ev) const |
bool | operator< (const MIDIEvent &ev) const |
bool | operator> (const MIDIEvent &ev) const |
Definition at line 14 of file MIDITypes.hxx.
CLAM::MIDIEvent::DYN_ATTRIBUTE | ( | 0 | , |
public | , | ||
std::string | , | ||
Name | |||
) |
CLAM::MIDIEvent::DYN_ATTRIBUTE | ( | 1 | , |
public | , | ||
TTime | , | ||
Time | |||
) |
CLAM::MIDIEvent::DYN_ATTRIBUTE | ( | 2 | , |
public | , | ||
bool | , | ||
Last | |||
) |
CLAM::MIDIEvent::DYN_ATTRIBUTE | ( | 3 | , |
public | , | ||
Array< TMIDIByte > | , | ||
Message | |||
) |
int CLAM::MIDIEvent::Length | ( | ) | const |
Definition at line 20 of file MIDITypes.cxx.
Referenced by CLAM::MIDIFileWriter::Do().
bool CLAM::MIDIEvent::operator< | ( | const MIDIEvent & | ev | ) | [inline] |
Definition at line 32 of file MIDITypes.hxx.
References Ticks().
bool CLAM::MIDIEvent::operator< | ( | const MIDIEvent & | ev | ) | const [inline] |
Definition at line 35 of file MIDITypes.hxx.
References Ticks().
bool CLAM::MIDIEvent::operator== | ( | const MIDIEvent & | ev | ) | [inline] |
Definition at line 31 of file MIDITypes.hxx.
References Ticks().
bool CLAM::MIDIEvent::operator== | ( | const MIDIEvent & | ev | ) | const [inline] |
Definition at line 34 of file MIDITypes.hxx.
References Ticks().
bool CLAM::MIDIEvent::operator> | ( | const MIDIEvent & | ev | ) | [inline] |
Definition at line 33 of file MIDITypes.hxx.
References Ticks().
bool CLAM::MIDIEvent::operator> | ( | const MIDIEvent & | ev | ) | const [inline] |
Definition at line 36 of file MIDITypes.hxx.
References Ticks().
unsigned CLAM::MIDIEvent::Ticks | ( | ) | const |
Definition at line 15 of file MIDITypes.cxx.
Referenced by CLAM::MIDIFileWriter::Do(), operator<(), operator==(), and operator>().
unsigned CLAM::MIDIEvent::TicksFromDuration | ( | ) | const |