From 72a91851b2d33e76937702579ef8c3efb9825aa9 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Sat, 24 Feb 2007 02:48:12 +0000 Subject: Split JackDriver 'attaching' and 'activating' to give derived classes a chance to set things up in overloaded attach methods before the process callback starts firing. Switch RDF syntax to RDF/XML (temporarily, until raptor 1.1.14 hits distros). git-svn-id: http://svn.drobilla.net/lad/raul@333 a436a847-0d15-0410-975c-d299462d15a1 --- raul/JackDriver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'raul') diff --git a/raul/JackDriver.h b/raul/JackDriver.h index 17d7d4c..8ec2572 100644 --- a/raul/JackDriver.h +++ b/raul/JackDriver.h @@ -42,6 +42,9 @@ public: void attach(const string& client_name, string server_name=""); void detach(); + void activate(); + void deactivate(); + bool is_attached() const { return (_client != NULL); } bool is_realtime() const { return _client && jack_is_realtime(_client); } -- cgit v1.2.1