From 8450921d5309c5ba677997e7ca722a466c8dc222 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Sep 2007 23:36:39 +0000 Subject: Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). git-svn-id: http://svn.drobilla.net/lad/ingen@790 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/EnablePortBroadcastingEvent.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libs/engine/events/EnablePortBroadcastingEvent.hpp') diff --git a/src/libs/engine/events/EnablePortBroadcastingEvent.hpp b/src/libs/engine/events/EnablePortBroadcastingEvent.hpp index 55f7decb..e24389cb 100644 --- a/src/libs/engine/events/EnablePortBroadcastingEvent.hpp +++ b/src/libs/engine/events/EnablePortBroadcastingEvent.hpp @@ -41,7 +41,8 @@ public: EnablePortBroadcastingEvent(Engine& engine, SharedPtr responder, SampleCount timestamp, - const std::string& port_path); + const std::string& port_path, + bool enable); void pre_process(); void execute(ProcessContext& context); @@ -50,6 +51,7 @@ public: private: const std::string _port_path; Port* _port; + bool _enable; }; -- cgit v1.2.1