svcore  1.9
FrameTimer Class Referenceabstract

A trivial interface for things that permit retrieving "the current frame". More...

#include <FrameTimer.h>

Public Member Functions

virtual int getFrame () const =0
 

Detailed Description

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.

Member Function Documentation

◆ getFrame()

virtual int FrameTimer::getFrame ( ) const
pure virtual

Referenced by MIDIInput::callback().


The documentation for this class was generated from the following file: