From a47220df59c076eaa717710dc2ffc6614bee268c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Oct 2007 05:27:41 +0000 Subject: Blink MIDI ports on message transmission. git-svn-id: http://svn.drobilla.net/lad/ingen@794 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/ClientInterface.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/interface/ClientInterface.hpp') diff --git a/src/common/interface/ClientInterface.hpp b/src/common/interface/ClientInterface.hpp index 110f2905..b5fd7667 100644 --- a/src/common/interface/ClientInterface.hpp +++ b/src/common/interface/ClientInterface.hpp @@ -116,6 +116,8 @@ public: virtual void control_change(const std::string& port_path, float value) = 0; + virtual void port_activity(const std::string& port_path) = 0; + virtual void program_add(const std::string& node_path, uint32_t bank, uint32_t program, -- cgit v1.2.1