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_data1MIDIEvent [private]
m_data2MIDIEvent [private]
m_deltaTimeMIDIEvent [private]
m_durationMIDIEvent [private]
m_eventCodeMIDIEvent [private]
m_metaEventCodeMIDIEvent [private]
m_metaMessageMIDIEvent [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]