summaryrefslogtreecommitdiffstats
path: root/ingen/EngineBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r--ingen/EngineBase.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp
index a0a20cd9..a57743fe 100644
--- a/ingen/EngineBase.hpp
+++ b/ingen/EngineBase.hpp
@@ -79,7 +79,12 @@ public:
virtual void flush_events(const std::chrono::milliseconds& sleep_ms) = 0;
/**
- Locate to a given cycle.
+ Advance audio time by the given number of frames.
+ */
+ virtual void advance(uint32_t nframes) = 0;
+
+ /**
+ Locate to a given audio position.
*/
virtual void locate(uint32_t start, uint32_t sample_count) = 0;