fix typo on OSC page ("User Interaction" -> "Control Surfaces")

This commit is contained in:
Robin Gareus 2013-10-20 21:21:49 +02:00
parent ae94e5969c
commit 490159ce0f

View File

@ -11,7 +11,7 @@ title: Controlling Ardour with OSC
<h2>Connect to Ardour via OSC</h2>
<p>
OSC support is not enabled by default, but can be turned on via <code>Edit &gt; Preferences &gt; User Interaction</code>. 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 &lt;Config&gt; section:</p>
OSC support is not enabled by default, but can be turned on via <code>Edit &gt; Preferences &gt; Control Surfaces</code>. 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 &lt;Config&gt; section:</p>
<pre>
&lt;Option name="osc-port" value="YourChoiceHere"/&gt;
</pre>