From 3d95822716d2e52b54a5bdbe7be4478ab034f8db Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 24 Jul 2013 08:36:04 -0400 Subject: more miscellaneous changes for audioengine, all of this is still far from actually compiling --- libs/ardour/ardour/port.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/port.h') diff --git a/libs/ardour/ardour/port.h b/libs/ardour/ardour/port.h index e225117d94..5afe8e2806 100644 --- a/libs/ardour/ardour/port.h +++ b/libs/ardour/ardour/port.h @@ -90,11 +90,11 @@ public: virtual int connect (Port *); int disconnect (Port *); - void ensure_jack_monitors_input (bool); - bool jack_monitoring_input () const; + void request_monitor_input (bool); + void ensure_monitor_input (bool); + bool monitoring_input () const; int reestablish (); int reconnect (); - void request_jack_monitors_input (bool); bool last_monitor() const { return _last_monitor; } void set_last_monitor (bool yn) { _last_monitor = yn; } -- cgit v1.2.3