summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r--src/server/events/SetPortValue.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp
index 03902acb..07f1bbac 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -44,6 +44,7 @@ public:
SampleCount timestamp,
PortImpl* port,
const Atom& value,
+ bool activity,
bool synthetic = false);
~SetPortValue();
@@ -61,6 +62,7 @@ private:
const Atom _value;
BufferRef _buffer;
ControlBindings::Key _binding;
+ bool _activity;
bool _synthetic;
};