summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCClientSender.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-17 04:05:30 +0000
committerDavid Robillard <d@drobilla.net>2008-08-17 04:05:30 +0000
commitfa067527fe00b66b85d71955e152e9ef9215c9cd (patch)
tree382a8e9e58259929415e7188992252ac1ca2ea9b /src/libs/engine/OSCClientSender.hpp
parent3019b09099371b3fe568b7dcc3bb92203d800b1f (diff)
downloadingen-fa067527fe00b66b85d71955e152e9ef9215c9cd.tar.gz
ingen-fa067527fe00b66b85d71955e152e9ef9215c9cd.tar.bz2
ingen-fa067527fe00b66b85d71955e152e9ef9215c9cd.zip
Replace imperative polyphony/polyphonic stuff with properties (kill more API).
git-svn-id: http://svn.drobilla.net/lad/ingen@1412 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/OSCClientSender.hpp')
-rw-r--r--src/libs/engine/OSCClientSender.hpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/libs/engine/OSCClientSender.hpp b/src/libs/engine/OSCClientSender.hpp
index 714e17b2..9a79f934 100644
--- a/src/libs/engine/OSCClientSender.hpp
+++ b/src/libs/engine/OSCClientSender.hpp
@@ -79,20 +79,13 @@ public:
virtual void new_patch(const std::string& path, uint32_t poly);
virtual void new_node(const std::string& path,
- const std::string& plugin_uri,
- bool is_polyphonic);
+ const std::string& plugin_uri);
virtual void new_port(const std::string& path,
uint32_t index,
const std::string& data_type,
bool is_output);
- virtual void polyphonic(const std::string& path,
- bool polyphonic);
-
- virtual void patch_polyphony(const std::string& path,
- uint32_t poly);
-
virtual void patch_cleared(const std::string& path);
virtual void object_destroyed(const std::string& path);