From c335e2b88b051a1a14b0806ffabb257c2a0d0e74 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Jun 2007 02:17:40 +0000 Subject: Monitor/change ALSA connections without refreshing entire canvas (much faster). Waiting on JACK to provide the notification to do the same.... git-svn-id: http://svn.drobilla.net/lad/patchage@531 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDriver.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/JackDriver.h') diff --git a/src/JackDriver.h b/src/JackDriver.h index 816d7d5..0ee94ae 100644 --- a/src/JackDriver.h +++ b/src/JackDriver.h @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include "Driver.h" @@ -53,8 +52,6 @@ public: bool is_attached() const { return (_client != NULL); } bool is_realtime() const { return _client && jack_is_realtime(_client); } - Raul::SRSWQueue& events() { return _events; } - void refresh(); bool connect(boost::shared_ptr src, @@ -108,8 +105,6 @@ private: Patchage* _app; jack_client_t* _client; - Raul::SRSWQueue _events; - Raul::Mutex _mutex; bool _is_activated; -- cgit v1.2.1