summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port_engine.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-08 16:31:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-08 16:31:08 -0400
commitd90e2b42211ead2a38afd5590e2937992312795e (patch)
tree6abc6aa6571c1206a822e3ef4036458791cbaeaf /libs/ardour/ardour/port_engine.h
parentea7d89dd519caa7a45ad7a0e99bad14445513f3b (diff)
rationalize (a bit) engine start/stop/restart so that it is possible to start up, disconnect from JACK and then reconnect
Diffstat (limited to 'libs/ardour/ardour/port_engine.h')
-rw-r--r--libs/ardour/ardour/port_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/port_engine.h b/libs/ardour/ardour/port_engine.h
index 8e36ad8b09..bb7ec5cb66 100644
--- a/libs/ardour/ardour/port_engine.h
+++ b/libs/ardour/ardour/port_engine.h
@@ -98,6 +98,8 @@ class PortEngine {
*/
virtual void* private_handle() const = 0;
+ virtual bool connected() const = 0;
+
/** Return the name of this process as used by the port manager
* when naming ports.
*/