svcore  1.9
MIDIEvent Member List

This is the complete list of members for MIDIEvent, including all inherited members.

addTime(const unsigned long &time)MIDIEventinline
getChannelNumber() constMIDIEventinline
getData1() constMIDIEventinline
getData2() constMIDIEventinline
getDuration() constMIDIEventinline
getEventCode() constMIDIEventinline
getMessageType() constMIDIEventinline
getMetaEventCode() constMIDIEventinline
getMetaMessage() constMIDIEventinline
getPitch() constMIDIEventinline
getTime() constMIDIEventinline
getVelocity() constMIDIEventinline
isMeta() constMIDIEventinline
m_data1MIDIEventprivate
m_data2MIDIEventprivate
m_deltaTimeMIDIEventprivate
m_durationMIDIEventprivate
m_eventCodeMIDIEventprivate
m_metaEventCodeMIDIEventprivate
m_metaMessageMIDIEventprivate
MIDIEvent(unsigned long deltaTime, MIDIByte eventCode, MIDIByte data1=0, MIDIByte data2=0)MIDIEventinline
MIDIEvent(unsigned long deltaTime, MIDIByte eventCode, MIDIByte metaEventCode, const std::string &metaMessage)MIDIEventinline
MIDIEvent(unsigned long deltaTime, MIDIByte eventCode, const std::string &sysEx)MIDIEventinline
operator<(const MIDIEvent &a, const MIDIEvent &b)MIDIEventfriend
operator=(const MIDIEvent)MIDIEventprivate
setDuration(const unsigned long &duration)MIDIEventinline
setMetaMessage(const std::string &meta)MIDIEventinline
setTime(const unsigned long &time)MIDIEventinline
~MIDIEvent()MIDIEventinline