From eb3a5e8834c1af80fc5196e5c8f5788e8a2b2167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Wed, 13 Jul 2016 18:32:52 +0200 Subject: Introduce input engine isFreewheeling method. --- drumgizmo/input/midifile.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drumgizmo/input/midifile.cc') 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; +} -- cgit v1.2.3