aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2004-10-17 19:39:54 +0000
committerMax Horn2004-10-17 19:39:54 +0000
commit697da0eb9bbe3a889946269ee803f63c77ff3fc0 (patch)
tree3b863f99f0024dd21276f3f12c2d79a9f5c82ebe /sound
parent365b9a1e27b30f25d0782563a3d6838a30ab24cd (diff)
downloadscummvm-rg350-697da0eb9bbe3a889946269ee803f63c77ff3fc0.tar.gz
scummvm-rg350-697da0eb9bbe3a889946269ee803f63c77ff3fc0.tar.bz2
scummvm-rg350-697da0eb9bbe3a889946269ee803f63c77ff3fc0.zip
Add comment
svn-id: r15595
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mididrv.h b/sound/mididrv.h
index 512ff6b6ab..c3a98aede7 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -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