summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessor.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-14 01:09:08 +0000
committerDavid Robillard <d@drobilla.net>2012-05-14 01:09:08 +0000
commit841825844f9b2f4eae069d0aad064e4046e15471 (patch)
tree8a31a4456bab8ca06f757f0524bf5adacbe2aaa1 /src/server/PreProcessor.hpp
parentffa63b0c1e769fae0af5e2bbbd822d1e8b206535 (diff)
downloadingen-841825844f9b2f4eae069d0aad064e4046e15471.tar.gz
ingen-841825844f9b2f4eae069d0aad064e4046e15471.tar.bz2
ingen-841825844f9b2f4eae069d0aad064e4046e15471.zip
Real-time safe LV2 message handling.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4402 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/PreProcessor.hpp')
-rw-r--r--src/server/PreProcessor.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/PreProcessor.hpp b/src/server/PreProcessor.hpp
index c5b781f4..bcfcb432 100644
--- a/src/server/PreProcessor.hpp
+++ b/src/server/PreProcessor.hpp
@@ -44,11 +44,11 @@ public:
void event(Event* ev);
/** Process events for a cycle.
- * @return False iff this source is finished and should be removed.
+ * @return The number of events processed.
*/
- bool process(ProcessContext& context,
- PostProcessor& dest,
- bool limit = true);
+ unsigned process(ProcessContext& context,
+ PostProcessor& dest,
+ bool limit = true);
protected:
virtual void _whipped(); ///< Prepare 1 event