From ad558bdafde7e40b5de79b47d8586aec53cf3f7e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Sep 2007 23:54:39 +0000 Subject: Toggling of individual node polyphonic state. git-svn-id: http://svn.drobilla.net/lad/ingen@733 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/ClientInterface.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/interface') diff --git a/src/common/interface/ClientInterface.hpp b/src/common/interface/ClientInterface.hpp index 0f28ac31..110f2905 100644 --- a/src/common/interface/ClientInterface.hpp +++ b/src/common/interface/ClientInterface.hpp @@ -86,6 +86,9 @@ public: const std::string& data_type, bool is_output) = 0; + virtual void polyphonic(const std::string& path, + bool polyphonic) = 0; + virtual void patch_enabled(const std::string& path) = 0; virtual void patch_disabled(const std::string& path) = 0; -- cgit v1.2.1