summaryrefslogtreecommitdiffstats
path: root/src/server/Event.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-31 01:24:57 +0000
committerDavid Robillard <d@drobilla.net>2014-08-31 01:24:57 +0000
commita2792bd09212eed55bba1aa30dc09043a6955486 (patch)
treed4262f760d4522bc6f1c99778987aada332b9e7e /src/server/Event.hpp
parente3ecb2b439bd03d27b5e11efe430c24f0ebe6283 (diff)
downloadingen-a2792bd09212eed55bba1aa30dc09043a6955486.tar.gz
ingen-a2792bd09212eed55bba1aa30dc09043a6955486.tar.bz2
ingen-a2792bd09212eed55bba1aa30dc09043a6955486.zip
Use float sequences for sample-accurate control ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5462 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/Event.hpp')
-rw-r--r--src/server/Event.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/Event.hpp b/src/server/Event.hpp
index 29a20c18..8ffbbe0a 100644
--- a/src/server/Event.hpp
+++ b/src/server/Event.hpp
@@ -105,9 +105,8 @@ protected:
}
inline bool pre_process_done(Status st, const Raul::URI& subject) {
- _status = st;
_err_subject = subject;
- return st == Status::SUCCESS;
+ return pre_process_done(st);
}
inline bool pre_process_done(Status st, const Raul::Path& subject) {