summaryrefslogtreecommitdiff
path: root/libs/backends/jack/jack_audiobackend.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-09 21:23:12 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-09 21:23:12 -0400
commit2a8923402776a4542de5d8b79cb101b1c997c36d (patch)
treedd98c854daa2994f5703cafb2115a9ccade6fbc1 /libs/backends/jack/jack_audiobackend.h
parent29c9d94dbe76f94e8126550fcb9513182b17fbb5 (diff)
move control app launching back into audio backend to allow ASIO/CoreAudio model to work; push initial state of AMS dialog to backend
Issues remain with the basic model of the AMS dialog - when is newly chosen state pushed into the backend (which can then modify the control app button sensitivity. This is a special problem for this button because APIs like ASIO and CoreAudio probably don't allow us to launch a control app for an arbitrary device, but only one actually in use. In this sense it is different from properties like available buffer size etc, where we can typically query without actually using the device.
Diffstat (limited to 'libs/backends/jack/jack_audiobackend.h')
-rw-r--r--libs/backends/jack/jack_audiobackend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/backends/jack/jack_audiobackend.h b/libs/backends/jack/jack_audiobackend.h
index 969a28a77a..1389e15c4a 100644
--- a/libs/backends/jack/jack_audiobackend.h
+++ b/libs/backends/jack/jack_audiobackend.h
@@ -85,6 +85,7 @@ class JACKAudioBackend : public AudioBackend {
uint32_t systemic_output_latency () const;
std::string control_app_name () const;
+ void launch_control_app ();
int start ();
int stop ();