From a1e7d9e42d61dfe5dd699801ae537764ad03525b Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 16 Mar 2014 23:05:35 +0100 Subject: [PATCH] LB302: flag as single stream instrument LB302 doesn't produce per-note-sound, therefore return proper flags in the virtual flags() method. Closes #470. --- plugins/lb302/lb302.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/lb302/lb302.h b/plugins/lb302/lb302.h index 84f0ef8a7..f12129176 100644 --- a/plugins/lb302/lb302.h +++ b/plugins/lb302/lb302.h @@ -151,6 +151,11 @@ public: virtual QString nodeName() const; + virtual Flags flags() const + { + return IsSingleStreamed; + } + virtual f_cnt_t desiredReleaseFrames() const { return 0; //4048;