summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-14 17:09:01 -0400
committerDavid Robillard <d@drobilla.net>2016-10-14 17:47:35 -0400
commit01e143ed3353de6ef2bd0e4648b9b2a1a72a9959 (patch)
treec8a87b597fb8f5ade1b508082c93d127ae578266 /src/server/events/SetPortValue.hpp
parent8d92e5a38e141236b3687e8d775ee5d034127fb8 (diff)
downloadingen-01e143ed3353de6ef2bd0e4648b9b2a1a72a9959.tar.gz
ingen-01e143ed3353de6ef2bd0e4648b9b2a1a72a9959.tar.bz2
ingen-01e143ed3353de6ef2bd0e4648b9b2a1a72a9959.zip
Fix sequence ports with values
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;
};