From 281bbcc6a7208c28283bc9bdd521c5d6cc48a60f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2012 02:14:55 +0000 Subject: Bidirectional socket communication (GUI once again works remotely). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4335 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ConnectWindow.hpp | 2 +- src/gui/ingen_gui.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 1f7b8abd..e19b91cc 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -32,7 +32,7 @@ class App; /** The initially visible "Connect to engine" window. * * This handles actually connecting to the engine and making sure everything - * is ready before really launching the app (eg wait for the root patch). + * is ready before really launching the app. * * \ingroup GUI */ diff --git a/src/gui/ingen_gui.ui b/src/gui/ingen_gui.ui index 16549a27..8a043c30 100644 --- a/src/gui/ingen_gui.ui +++ b/src/gui/ingen_gui.ui @@ -523,7 +523,7 @@ Contributors: True True 28 - osc.udp://localhost:16180 + unix:///tmp/ingen.sock True -- cgit v1.2.1