MIDIEvent Member List

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

addTime(const unsigned long &time)MIDIEventinline
getChannelNumber() const MIDIEventinline
getData1() const MIDIEventinline
getData2() const MIDIEventinline
getDuration() const MIDIEventinline
getEventCode() const MIDIEventinline
getMessageType() const MIDIEventinline
getMetaEventCode() const MIDIEventinline
getMetaMessage() const MIDIEventinline
getPitch() const MIDIEventinline
getTime() const MIDIEventinline
getVelocity() const MIDIEventinline
isMeta() const MIDIEventinline
m_data1MIDIEventprivate
m_data2MIDIEventprivate
m_deltaTimeMIDIEventprivate
m_durationMIDIEventprivate
m_eventCodeMIDIEventprivate
m_metaEventCodeMIDIEventprivate
m_metaMessageMIDIEventprivate
MIDIEvent(unsigned long deltaTime, int eventCode, int data1=0, int 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
MIDIEvent(const MIDIEvent &)=defaultMIDIEvent
operator<(const MIDIEvent &a, const MIDIEvent &b)MIDIEventfriend
operator=(const MIDIEvent &)=defaultMIDIEvent
setDuration(const unsigned long &duration)MIDIEventinline
setMetaMessage(const std::string &meta)MIDIEventinline
setTime(const unsigned long &time)MIDIEventinline
~MIDIEvent()MIDIEventinline