From 108240af29691057f6074ae58caab0978161354e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Oct 2008 00:08:43 +0000 Subject: 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 --- src/engine/events/SetPortValueEvent.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/events/SetPortValueEvent.hpp') 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; -- cgit v1.2.1