From 0fec8c5f7c5fc1fac85b40d025d230b26435579b Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sat, 25 Feb 2017 08:46:51 -0800 Subject: [PATCH] Correct busses spelling --- include/controlling-track-ordering.html | 2 +- include/osc58-controlling-ardour-with-osc.html | 4 ++-- include/osc58-feedback-and-strip-types-values.html | 12 ++++++------ include/osc58-personal-monitoring-control.html | 6 +++--- include/osc58-using-the-setup-dialog.html | 2 +- ...understanding-basic-concepts-and-terminology.html | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/include/controlling-track-ordering.html b/include/controlling-track-ordering.html index 4a36b4b..6a943cb 100644 --- a/include/controlling-track-ordering.html +++ b/include/controlling-track-ordering.html @@ -81,7 +81,7 @@

- 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. diff --git a/include/osc58-controlling-ardour-with-osc.html b/include/osc58-controlling-ardour-with-osc.html index daea286..76d7153 100644 --- a/include/osc58-controlling-ardour-with-osc.html +++ b/include/osc58-controlling-ardour-with-osc.html @@ -110,13 +110,13 @@ here"/> 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.

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.

diff --git a/include/osc58-feedback-and-strip-types-values.html b/include/osc58-feedback-and-strip-types-values.html index a77f196..e19a437 100644 --- a/include/osc58-feedback-and-strip-types-values.html +++ b/include/osc58-feedback-and-strip-types-values.html @@ -28,10 +28,10 @@ 2 - MidiTracks.
  • - 4 - AudioBuses. + 4 - AudioBusses.
  • - 8 - MidiBuses. + 8 - MidiBusses.
  • 16 - VCAs. @@ -60,7 +60,7 @@ to show inline with other strips.

    - 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 @@ -72,17 +72,17 @@

    Audio Aux? say what? I am sure most people will have noticed that they can find no Aux 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.

    feedback

    diff --git a/include/osc58-personal-monitoring-control.html b/include/osc58-personal-monitoring-control.html index 2c948c3..e99b533 100644 --- a/include/osc58-personal-monitoring-control.html +++ b/include/osc58-personal-monitoring-control.html @@ -18,7 +18,7 @@
  • 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.
  • @@ -55,7 +55,7 @@

    Commands

    /cue/connect
    -
    Returns a list of aux buses.
    +
    Returns a list of aux busses.
    /cue/aux aux-number
    where aux-number is an integer which is the aux bus number this surface will use.
    @@ -64,7 +64,7 @@
    /cue/previous_aux
    Sets the aux to one bus lower.
    /cue/connect
    -
    Returns a list of aux buses.
    +
    Returns a list of aux busses.
    /cue/fader position
    where position is a float for the position of the fader between 0.0 and 1.0.
    diff --git a/include/osc58-using-the-setup-dialog.html b/include/osc58-using-the-setup-dialog.html index 9eb0b54..e7b41bc 100644 --- a/include/osc58-using-the-setup-dialog.html +++ b/include/osc58-using-the-setup-dialog.html @@ -103,7 +103,7 @@ 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. diff --git a/include/understanding-basic-concepts-and-terminology.html b/include/understanding-basic-concepts-and-terminology.html index 543b92b..b4f5279 100644 --- a/include/understanding-basic-concepts-and-terminology.html +++ b/include/understanding-basic-concepts-and-terminology.html @@ -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 groups. + the mix of all the tracks. Such busses are also called groups.

    Regions

    -- 2.37.2