From 36b22fe2bea643d7d4ff69764016ae5be9c6de69 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Sep 2007 05:30:41 +0000 Subject: Broadcast polyphony changes to clients. Fix some (not all) crashes on polyphony change. git-svn-id: http://svn.drobilla.net/lad/ingen@725 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 4993c4f5..0f28ac31 100644 --- a/src/common/interface/ClientInterface.hpp +++ b/src/common/interface/ClientInterface.hpp @@ -90,6 +90,9 @@ public: virtual void patch_disabled(const std::string& path) = 0; + virtual void patch_polyphony(const std::string& path, + uint32_t poly) = 0; + virtual void patch_cleared(const std::string& path) = 0; virtual void object_renamed(const std::string& old_path, -- cgit v1.2.1