summaryrefslogtreecommitdiff
path: root/drumgizmo/input/midifile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'drumgizmo/input/midifile.cc')
-rw-r--r--drumgizmo/input/midifile.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/drumgizmo/input/midifile.cc b/drumgizmo/input/midifile.cc
index 6a24a00..89ffa6b 100644
--- a/drumgizmo/input/midifile.cc
+++ b/drumgizmo/input/midifile.cc
@@ -195,3 +195,8 @@ void MidifileInputEngine::setSampleRate(double sample_rate)
{
this->samplerate = sample_rate;
}
+
+bool MidifileInputEngine::isFreewheeling() const
+{
+ return true;
+}