From dfc9f577630309a56a786c78da0bde705a0b2135 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 May 2008 16:37:41 +0000 Subject: Fix Jack MIDI output. git-svn-id: http://svn.drobilla.net/lad/ingen@1224 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/EventBuffer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/engine/EventBuffer.hpp') diff --git a/src/libs/engine/EventBuffer.hpp b/src/libs/engine/EventBuffer.hpp index 97ec484c..abb51012 100644 --- a/src/libs/engine/EventBuffer.hpp +++ b/src/libs/engine/EventBuffer.hpp @@ -65,6 +65,7 @@ public: } bool increment() const; + bool is_valid() const; uint32_t latest_frames() const { return _latest_frames; } uint32_t latest_subframes() const { return _latest_subframes; } -- cgit v1.2.1