From 1745a63b874c296253a27ca7ad95d3a7b17822f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Nov 2009 05:13:47 +0000 Subject: Execute cross-context events in correct increasing time order. Propagate value changes / message sends breadth first instead of deptch first. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2282 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ProcessContext.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/ProcessContext.hpp') diff --git a/src/engine/ProcessContext.hpp b/src/engine/ProcessContext.hpp index 743b72c4..4b3888d0 100644 --- a/src/engine/ProcessContext.hpp +++ b/src/engine/ProcessContext.hpp @@ -52,8 +52,8 @@ public: _end = end; } - inline SampleCount nframes()const { return _nframes; } - inline FrameTime end() const { return _end; } + inline SampleCount nframes() const { return _nframes; } + inline FrameTime end() const { return _end; } private: SampleCount _nframes; ///< Length of this cycle in frames -- cgit v1.2.1