diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 16:33:11 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 17:28:11 +0200 |
commit | 32606894c67e6be27ba853a8bc3e97c808c14987 (patch) | |
tree | f31c9d1bc08e2095b2cd724b5f0f0a27526c5a01 /drumgizmo/output/alsa.cc | |
parent | d71485534d3a683cae4993815f59ff68263a6751 (diff) |
Introduce output engine isFreewheeling method.
Diffstat (limited to 'drumgizmo/output/alsa.cc')
-rw-r--r-- | drumgizmo/output/alsa.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drumgizmo/output/alsa.cc b/drumgizmo/output/alsa.cc index aea80a6..1241cad 100644 --- a/drumgizmo/output/alsa.cc +++ b/drumgizmo/output/alsa.cc @@ -191,3 +191,8 @@ size_t AlsaOutputEngine::getSamplerate() const { return srate; } + +bool AlsaOutputEngine::isFreewheeling() const +{ + return false; +} |