]> Shamusworld >> Repos - ardour-manual/commitdiff
Correct busses spelling
authorLen Ovens <len@ovenwerks.net>
Sat, 25 Feb 2017 16:46:51 +0000 (08:46 -0800)
committerLen Ovens <len@ovenwerks.net>
Sat, 25 Feb 2017 16:46:51 +0000 (08:46 -0800)
include/controlling-track-ordering.html
include/osc58-controlling-ardour-with-osc.html
include/osc58-feedback-and-strip-types-values.html
include/osc58-personal-monitoring-control.html
include/osc58-using-the-setup-dialog.html
include/understanding-basic-concepts-and-terminology.html

index 4a36b4b8339f3d7aecf7171fa9c20520f33a210e..6a943cbc0e7501c97cdb90287e5a1e32a3ff4b2d 100644 (file)
@@ -81,7 +81,7 @@
 </p>
 
 <p>
-  Remote IDs are assigned to tracks and buses in the order that they appear in
+  Remote IDs are assigned to tracks and busses in the order that they appear in
   the mixer window from left to right, starting from #1; manual assignment of
   remote IDs is not possible. The master bus and monitor section can be
   accessed by name.
index daea2866c23743422b0331d1ea580b1801b27c59..76d71536cce40d4e041e3042add0b8f19bbdbe1f 100644 (file)
@@ -110,13 +110,13 @@ here</em>"/&gt;</kbd>
   deal with this is to think of strip_types items being worth a number and
   then adding all those numbers together for a value to send.
   Strip Types will determine what kind of strips will be included in
-  bank. This would include: Audio, MIDI, buses, VCAs, Master, Monitor
+  bank. This would include: Audio, MIDI, busses, VCAs, Master, Monitor
   and hidden or selected strips.
 </p>
 <p>
   Aside from setting the track types for the main mix assignments, using
   /set_surface/strip_types with more than one surface button will allow
-  switching between modes for example: inputs only, buses only,
+  switching between modes for example: inputs only, busses only,
   selected only, hidden only, by having the buttons send values of: 3,
   12, 256, 512. A full mix button might have a value 31.
 </p>
index a77f196d2fcc20cd0d19cb12f4a3e138fcf02a86..e19a437409c8b7ad2ffc63e6afbde434da7f3aff 100644 (file)
                2       - MidiTracks.
        </li>
        <li>
-               4       - AudioBuses.
+               4       - AudioBusses.
        </li>
        <li>
-               8       - MidiBuses.
+               8       - MidiBusses.
        </li>
        <li>
                16      - VCAs.
@@ -60,7 +60,7 @@
   to show inline with other strips.
 </p>
 <p>
-  Some handy numbers to use might be: 15 (all tracks and buses), 31
+  Some handy numbers to use might be: 15 (all tracks and busses), 31
   (add VCAs to that). Master or Monitor strips are generally not useful
   on a surface that has dedicated controls for these strips as there are
   /master* and /monitor* commands already. However, on a surface with
 <p class-"note">
   Audio Aux? say what? I am sure most people will have noticed that they
   can find no <em>Aux</em> strips in the Ardour mixer. There are none.
-  There are buses that can be used a number of ways. From analog days,
+  There are busses that can be used a number of ways. From analog days,
   in OSC, a bus is something that gets used as a sub mix before ending up
   going to Master. An auxiliary bus is used like a separate mixer and
   it's output goes outside the program or computer to be used as:
   a monitor mix, a back up recording, or what have you. In OSC where
   controller strips may be limited, it may be useful not to use up a
   strip for an aux that is not really a part of the mix. It is also
-  useful to get a list of only aux buses if the control surface is a
+  useful to get a list of only aux busses if the control surface is a
   phone used to provide talent monitor mix control on stage. Each
   performer would be able to mix their own monitor. The user is free
-  to enable both buses and auxes if they would prefer.
+  to enable both busses and auxes if they would prefer.
 </p>
 
 <h3>feedback</h3>
index 2c948c370bfdeee31727f502343ba1971e06f84c..e99b533451a629f668463323ee0eb3e83623a906 100644 (file)
@@ -18,7 +18,7 @@
                <li>
                        Connect the output of that bus to one of the audio
                        interface's playback ports that is not otherwise used. OSC
-                       will now include this bus in it's list of aux buses as it
+                       will now include this bus in it's list of aux busses as it
                        no longer has it's output connected to the Master bus.
                </li>
                <li>
@@ -55,7 +55,7 @@
 <h4>Commands</h4>
 <dl class="bindings">
   <dt><kbd class="osc">/cue/connect</kbd></dt>
-  <dd>Returns a list of aux buses.</dd>
+  <dd>Returns a list of aux busses.</dd>
   <dt><kbd class="osc">/cue/aux <em>aux-number</em></kbd></dt>
   <dd>where <em>aux-number</em> is an integer which is the aux bus
   number this surface will use.</dd>
@@ -64,7 +64,7 @@
   <dt><kbd class="osc">/cue/previous_aux</kbd></dt>
   <dd>Sets the aux to one bus lower.</dd>
   <dt><kbd class="osc">/cue/connect</kbd></dt>
-  <dd>Returns a list of aux buses.</dd>
+  <dd>Returns a list of aux busses.</dd>
   <dt><kbd class="osc">/cue/fader <em>position</em></kbd></dt>
   <dd>where <em>position</em> is a float for the position of the fader
   between 0.0 and 1.0.</dd>
index 9eb0b54de94fc1a7e80b12b6a8757591527405b2..e7b41bca8fa83f0ce83faf6b0bd0ecc099bdd575 100644 (file)
   and hidden strips. If it is desired to only see input tracks the
   others can be deselected. It is also possible to change these settings
   from the control surface. A set of buttons could select showing only
-  inputs or only buses. If a group is selected in the GUI then showing
+  inputs or only busses. If a group is selected in the GUI then showing
   only selected strips will show only that group. Showing hidden tracks
   is handy for cases where a groups of tracks that grouped to a bus or
   controlled by a VCA are hidden, but one of those tracks needs a tweak.
index 543b92bed389efcaa2f4424d80434d7ef73bef40..b4f527979474aeedea98026cf6abd2a0309f69ae 100644 (file)
@@ -93,7 +93,7 @@
   kick, snare and overhead tracks, it may be helpful to connect the output of
   each to a bus called "drums", so that the drum kit's level can be set as a
   unit, and processing (such as equalization or compression) can be applied to
-  the mix of all the tracks. Such buses are also called <dfn>groups</dfn>.
+  the mix of all the tracks. Such busses are also called <dfn>groups</dfn>.
 </p>
 
 <h2>Regions</h2>