From 490159ce0fe95985d6d298cbc908f11f1b20d23e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 20 Oct 2013 21:21:49 +0200 Subject: [PATCH] fix typo on OSC page ("User Interaction" -> "Control Surfaces") --- .../01_controlling-ardour-with-osc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html index 5a723f2..c101830 100644 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html +++ b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc.html @@ -11,7 +11,7 @@ title: Controlling Ardour with OSC

Connect to Ardour via OSC

-OSC support is not enabled by default, but can be turned on via Edit > Preferences > User Interaction. Once enabled, Ardour will listen on port 3819 by default. This port number can be changed by editing $ARDOUR_CONFIG and adding this line within the <Config> section:

+OSC support is not enabled by default, but can be turned on via Edit > Preferences > Control Surfaces. Once enabled, Ardour will listen on port 3819 by default. This port number can be changed by editing $ARDOUR_CONFIG and adding this line within the <Config> section:

   <Option name="osc-port" value="YourChoiceHere"/>