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/LV2EventBuffer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/LV2EventBuffer.hpp') diff --git a/src/engine/LV2EventBuffer.hpp b/src/engine/LV2EventBuffer.hpp index 61cdba4c..26548e71 100644 --- a/src/engine/LV2EventBuffer.hpp +++ b/src/engine/LV2EventBuffer.hpp @@ -60,6 +60,7 @@ public: uint8_t** data) const; LV2_Object* get_object() const; + LV2_Event* get_event() const; bool append(uint32_t frames, uint32_t subframes, -- cgit v1.2.1