From e5943aa05fd46771f1ff7009c8971f1294c9d791 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Nov 2012 04:26:45 +0000 Subject: Add time internal that sends Jack transport updates as LV2 time positions. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4819 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/DirectDriver.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/server/DirectDriver.hpp') diff --git a/src/server/DirectDriver.hpp b/src/server/DirectDriver.hpp index 5fde93d9..87192599 100644 --- a/src/server/DirectDriver.hpp +++ b/src/server/DirectDriver.hpp @@ -65,6 +65,9 @@ public: return false; } + virtual void append_time_events(ProcessContext& context, + Buffer& buffer) {} + private: SampleCount _sample_rate; SampleCount _block_length; -- cgit v1.2.1