Add comment

svn-id: r15595
This commit is contained in:
Max Horn 2004-10-17 19:39:54 +00:00
parent 365b9a1e27
commit 697da0eb9b

View File

@ -126,6 +126,8 @@ public:
// Timing functions - MidiDriver now operates timers
virtual void setTimerCallback (void *timer_param, Timer::TimerProc timer_proc) = 0;
/** The time in microseconds between invocations of the timer callback. */
virtual uint32 getBaseTempo (void) = 0;
// Channel allocation functions