summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-14 15:07:57 -0400
committerDavid Robillard <d@drobilla.net>2016-10-14 16:27:16 -0400
commit8d92e5a38e141236b3687e8d775ee5d034127fb8 (patch)
treefe24ca9e3def991085d7001bd2d91090313e7213 /src/server/events/SetPortValue.hpp
parent2e5df4c0d30fea03f0f3b176a449e17da5fc25f9 (diff)
downloadingen-8d92e5a38e141236b3687e8d775ee5d034127fb8.tar.gz
ingen-8d92e5a38e141236b3687e8d775ee5d034127fb8.tar.bz2
ingen-8d92e5a38e141236b3687e8d775ee5d034127fb8.zip
Fix communication with connected sequence ports
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 aac5e033..03902acb 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -19,6 +19,7 @@
#include "ingen/Atom.hpp"
+#include "BufferRef.hpp"
#include "ControlBindings.hpp"
#include "Event.hpp"
#include "types.hpp"
@@ -58,6 +59,7 @@ private:
PortImpl* _port;
const Atom _value;
+ BufferRef _buffer;
ControlBindings::Key _binding;
bool _synthetic;
};