summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/SetPortValueEvent.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-14 03:19:16 +0000
committerDavid Robillard <d@drobilla.net>2008-08-14 03:19:16 +0000
commit13c6e78272e025503feb14dc30e9d4550144bfd8 (patch)
treeccf0fecbf88461f9a34e4a0da17dad61f7586224 /src/libs/engine/events/SetPortValueEvent.hpp
parent239583b0ef7e37dca95a3bf9f3c16648e6aa140d (diff)
downloadingen-13c6e78272e025503feb14dc30e9d4550144bfd8.tar.gz
ingen-13c6e78272e025503feb14dc30e9d4550144bfd8.tar.bz2
ingen-13c6e78272e025503feb14dc30e9d4550144bfd8.zip
Tolerate illegal voice numbers from client for set_port_value.
git-svn-id: http://svn.drobilla.net/lad/ingen@1365 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/SetPortValueEvent.hpp')
-rw-r--r--src/libs/engine/events/SetPortValueEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/SetPortValueEvent.hpp b/src/libs/engine/events/SetPortValueEvent.hpp
index 5c952a61..a509af33 100644
--- a/src/libs/engine/events/SetPortValueEvent.hpp
+++ b/src/libs/engine/events/SetPortValueEvent.hpp
@@ -66,7 +66,7 @@ public:
void post_process();
private:
- enum ErrorType { NO_ERROR, PORT_NOT_FOUND, NO_SPACE, ILLEGAL_PATH };
+ enum ErrorType { NO_ERROR, PORT_NOT_FOUND, NO_SPACE, ILLEGAL_PATH, ILLEGAL_VOICE };
bool _queued;
bool _omni;