svcore
1.9
|
A trivial interface for things that permit retrieving "the current frame". More...
#include <FrameTimer.h>
Public Member Functions | |
virtual int | getFrame () const =0 |
A trivial interface for things that permit retrieving "the current frame".
Implementations of this interface are used, for example, for timestamping incoming MIDI events when tapping to MIDI.
Definition at line 25 of file FrameTimer.h.
virtual int FrameTimer::getFrame | ( | ) | const [pure virtual] |
Referenced by MIDIInput::callback().