RNBO: RNBO::TempoEvent Class Reference
#include <RNBO_TempoEvent.h>
Public Member Functions | |
TempoEvent (MillisecondTime eventTime, Tempo tempo) | |
TempoEvent (const TempoEvent &other) | |
TempoEvent (TempoEvent &&other) | |
TempoEvent & | operator= (const TempoEvent &other) |
bool | operator== (const TempoEvent &rhs) const |
MillisecondTime | getTime () const |
Tempo | getTempo () const |
PatcherEventTarget * | getEventTarget () const |
void | dumpEvent () const |
Protected Member Functions | |
void | setTime (MillisecondTime eventTime) |
Protected Attributes | |
MillisecondTime | _eventTime |
Tempo | _tempo |
Friends | |
class | EventVariant |
Detailed Description
A tempo event
The documentation for this class was generated from the following file: