From 61fff9f1cb64f50f1655e1ca650c0565c1e54799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Wed, 13 Jul 2016 18:51:54 +0200 Subject: Fix freewheeling for test and dummy in- and outputs. --- drumgizmo/output/outputdummy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drumgizmo/output') diff --git a/drumgizmo/output/outputdummy.cc b/drumgizmo/output/outputdummy.cc index 3cb3ac4..eef61b8 100644 --- a/drumgizmo/output/outputdummy.cc +++ b/drumgizmo/output/outputdummy.cc @@ -66,5 +66,5 @@ void DummyOutputEngine::post(size_t nsamples) bool DummyOutputEngine::isFreewheeling() const { - return false; + return true; } -- cgit v1.2.3