From 576cdb08b5eab456eea91263fac1709dd7931a9d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 1 May 2010 15:09:19 +0000 Subject: perhaps, just possibly, a working solo model. needs to be fixed so that connections to other JACK clients count as "physical" connections, so don't use this with ardour connected to other JACK apps just yet. Oh, this also invalidates existing a3 sessions again git-svn-id: svn://localhost/ardour2/branches/3.0@7033 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/port.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/port.h') diff --git a/libs/ardour/ardour/port.h b/libs/ardour/ardour/port.h index ce4b88f8f2..cc37bf0821 100644 --- a/libs/ardour/ardour/port.h +++ b/libs/ardour/ardour/port.h @@ -116,6 +116,8 @@ public: } virtual void transport_stopped () {} + bool physically_connected () const; + static void set_engine (AudioEngine *); PBD::Signal1 MonitorInputChanged; @@ -128,7 +130,7 @@ protected: static nframes_t _port_offset; static nframes_t _buffer_size; - + static AudioEngine* _engine; ///< the AudioEngine private: -- cgit v1.2.3