svcore
1.9
|
MIDIEvent Member List
This is the complete list of members for MIDIEvent, including all inherited members.
addTime(const unsigned long &time) | MIDIEvent | inline |
getChannelNumber() const | MIDIEvent | inline |
getData1() const | MIDIEvent | inline |
getData2() const | MIDIEvent | inline |
getDuration() const | MIDIEvent | inline |
getEventCode() const | MIDIEvent | inline |
getMessageType() const | MIDIEvent | inline |
getMetaEventCode() const | MIDIEvent | inline |
getMetaMessage() const | MIDIEvent | inline |
getPitch() const | MIDIEvent | inline |
getTime() const | MIDIEvent | inline |
getVelocity() const | MIDIEvent | inline |
isMeta() const | MIDIEvent | inline |
m_data1 | MIDIEvent | private |
m_data2 | MIDIEvent | private |
m_deltaTime | MIDIEvent | private |
m_duration | MIDIEvent | private |
m_eventCode | MIDIEvent | private |
m_metaEventCode | MIDIEvent | private |
m_metaMessage | MIDIEvent | private |
MIDIEvent(unsigned long deltaTime, int eventCode, int data1=0, int data2=0) | MIDIEvent | inline |
MIDIEvent(unsigned long deltaTime, MIDIByte eventCode, MIDIByte metaEventCode, const std::string &metaMessage) | MIDIEvent | inline |
MIDIEvent(unsigned long deltaTime, MIDIByte eventCode, const std::string &sysEx) | MIDIEvent | inline |
MIDIEvent(const MIDIEvent &)=default | MIDIEvent | |
operator<(const MIDIEvent &a, const MIDIEvent &b) | MIDIEvent | friend |
operator=(const MIDIEvent &)=default | MIDIEvent | |
setDuration(const unsigned long &duration) | MIDIEvent | inline |
setMetaMessage(const std::string &meta) | MIDIEvent | inline |
setTime(const unsigned long &time) | MIDIEvent | inline |
~MIDIEvent() | MIDIEvent | inline |
Generated by 1.8.11