|
svcore
1.9
|
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, MIDIByte eventCode, MIDIByte data1=0, MIDIByte 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 |
| operator<(const MIDIEvent &a, const MIDIEvent &b) | MIDIEvent | friend |
| operator=(const MIDIEvent) | MIDIEvent | private |
| setDuration(const unsigned long &duration) | MIDIEvent | inline |
| setMetaMessage(const std::string &meta) | MIDIEvent | inline |
| setTime(const unsigned long &time) | MIDIEvent | inline |
| ~MIDIEvent() | MIDIEvent | inline |