diff options
Diffstat (limited to 'src/engine/OSCClientSender.hpp')
-rw-r--r-- | src/engine/OSCClientSender.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/OSCClientSender.hpp b/src/engine/OSCClientSender.hpp index 7352ebc2..a3031258 100644 --- a/src/engine/OSCClientSender.hpp +++ b/src/engine/OSCClientSender.hpp @@ -88,6 +88,9 @@ public: virtual void disconnect(const Raul::Path& src_port_path, const Raul::Path& dst_port_path); + virtual void disconnect_all(const Raul::Path& parent_patch_path, + const Raul::Path& path); + virtual void set_property(const Raul::URI& subject, const Raul::URI& predicate, const Raul::Atom& value); |