From 49d6f5b2cc495052d6c5ddbb0629e178c9a2cc14 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Sep 2007 02:46:47 +0000 Subject: More work on dynamic polyphony. git-svn-id: http://svn.drobilla.net/lad/ingen@721 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/EngineInterface.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/interface') diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index 192357a7..3d28bbd2 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -80,6 +80,10 @@ public: virtual void destroy(const string& path) = 0; virtual void clear_patch(const string& patch_path) = 0; + + virtual void set_polyphony(const string& patch_path, uint32_t poly) = 0; + + virtual void set_polyphonic(const string& path, bool poly) = 0; virtual void enable_patch(const string& patch_path) = 0; -- cgit v1.2.1