summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetPortValueEvent.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-05 00:08:43 +0000
committerDavid Robillard <d@drobilla.net>2008-10-05 00:08:43 +0000
commit108240af29691057f6074ae58caab0978161354e (patch)
treef3af65a7cc47fc28f9693603a17330a84d2fcd76 /src/engine/events/SetPortValueEvent.hpp
parent5366cd25f52fca092dcab78c5e589cec4970dd43 (diff)
downloadingen-108240af29691057f6074ae58caab0978161354e.tar.gz
ingen-108240af29691057f6074ae58caab0978161354e.tar.bz2
ingen-108240af29691057f6074ae58caab0978161354e.zip
Set port values for message context ports (from kfoltman).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1615 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/SetPortValueEvent.hpp')
-rw-r--r--src/engine/events/SetPortValueEvent.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/SetPortValueEvent.hpp b/src/engine/events/SetPortValueEvent.hpp
index 2fc68d9b..6e26babe 100644
--- a/src/engine/events/SetPortValueEvent.hpp
+++ b/src/engine/events/SetPortValueEvent.hpp
@@ -65,6 +65,8 @@ private:
enum ErrorType { NO_ERROR, PORT_NOT_FOUND, NO_SPACE,
ILLEGAL_PATH, ILLEGAL_VOICE, TYPE_MISMATCH };
+ void apply(uint32_t start, uint32_t nframes);
+
bool _queued;
bool _omni;
uint32_t _voice_num;