6 #ifndef _RNBO_TempoEvent_H_
7 #define _RNBO_TempoEvent_H_
13 class PatcherEventTarget;
36 : _eventTime(eventTime)
42 : _eventTime(other._eventTime)
44 _tempo = other._tempo;
48 : _eventTime(other._eventTime)
50 _tempo = other._tempo;
55 _eventTime = other._eventTime;
56 _tempo = other._tempo;
63 return rhs.getTime() == getTime() && rhs.getTempo() == getTempo();
67 Tempo getTempo()
const {
return _tempo; }
70 PatcherEventTarget* getEventTarget()
const {
return nullptr; }
73 void dumpEvent()
const {
83 friend class EventVariant;
90 #endif // #ifndef _RNBO_TempoEvent_H_