From ba2e3fac36f4db4ec4c27775f1a2246c111ce403 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 May 2012 03:58:59 +0000 Subject: Factor audio thread execution stuff out of JackDriver into Engine::run(). Towards an Ingen library interface usable on user-provided buffers. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4326 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/Driver.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/server/Driver.hpp') diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp index bd2202ad..cce1be7e 100644 --- a/src/server/Driver.hpp +++ b/src/server/Driver.hpp @@ -96,9 +96,6 @@ public: virtual Raul::Deletable* remove_port(const Raul::Path& path, DriverPort** port=NULL) = 0; - virtual void set_root_patch(PatchImpl* patch) = 0; - virtual PatchImpl* root_patch() = 0; - /** Return the audio buffer size in frames */ virtual SampleCount block_length() const = 0; @@ -109,8 +106,6 @@ public: virtual SampleCount frame_time() const = 0; virtual bool is_realtime() const = 0; - - virtual ProcessContext& context() = 0; }; } // namespace Server -- cgit v1.2.1