From fed7aaf0901e1b26dcc2bbb222f67b11f6b9d291 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Sep 2016 22:37:22 +0800 Subject: Add parallel graph execution --- ingen/Configuration.hpp | 1 + ingen/EngineBase.hpp | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'ingen') diff --git a/ingen/Configuration.hpp b/ingen/Configuration.hpp index 28b6a19d..6d4655d6 100644 --- a/ingen/Configuration.hpp +++ b/ingen/Configuration.hpp @@ -23,6 +23,7 @@ #include #include +#include #include #include "ingen/Atom.hpp" diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index 3a460b62..7ba4467a 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -67,6 +67,11 @@ public: */ virtual bool pending_events() = 0; + /** + Locate to a given cycle. + */ + virtual void locate(uint32_t start, uint32_t sample_count) = 0; + /** Process audio for `sample_count` frames. -- cgit v1.2.1