diff --git a/include/audiomidi-busses-mixer-strips.html b/include/audiomidi-busses-mixer-strips.html index e45e521..2aaff98 100644 --- a/include/audiomidi-busses-mixer-strips.html +++ b/include/audiomidi-busses-mixer-strips.html @@ -1,28 +1,42 @@ -A bus mixer strip +
+ A bus mixer strip +

- An Ardour bus can be considered a virtual track, as in a track that doesn't have a playlist (so, no regions). - Its use is to "group" some audio signals to be treated the same way. One simple use case is to group all the audio tracks containing the different drums of a drumkit. Routing all the drums tracks outputs to a bus allows, once the different levels amongst the drums have been set, to adjust the global level of the drumkit in the mix. + An Ardour bus can be considered a virtual track, as in a track that doesn't + have a playlist (so, no regions). Its use is to "group" some audio signals to + be treated the same way. One simple use case is to group all the audio tracks + containing the different drums of a drumkit. Routing all the drums tracks + outputs to a bus allows, once the different levels amongst the drums have been + set, to adjust the global level of the drumkit in the mix.

- Bus usage goes way beyond this simple example though: busses, as tracks, can receive plugins for common audio treatment, and be routed themselves as needed. This makes for a very useful tool that is very commonly used both for musical purposes and computing ones: instead of using e.g. ten discrete delay plugins on ten different tracks, busses are often used as receivers of sends, and only one delay plugin is used on this bus, reducing the processing power needed. + Bus usage goes way beyond this simple example though: busses, as tracks, can + receive plugins for common audio treatment, and be routed themselves as needed. + This makes for a very useful tool that is very commonly used both for musical + purposes and computing ones: instead of using e.g. ten discrete delay plugins on + ten different tracks, busses are often used as receivers of sends, and only one delay plugin is used on this bus, + reducing the processing power needed.

Audio Busses vs MIDI Busses

- Ardour supports 2 types of busses: Audio and MIDI. A MIDI bus differs from an audio bus just by: + Ardour supports two types of busses: Audio and MIDI. A MIDI bus differs from an + audio bus just by:

- MIDI busses provide a particularly efficient workflow for virtual drumkits where the arrangement uses different MIDI tracks. - Moreover, busses with both Audio and MIDI inputs are well suited for vocoders and similar plugins, - where a MIDI signal controls an audio one. + MIDI busses provide a particularly efficient workflow for virtual drumkits where + the arrangement uses different MIDI tracks. Moreover, busses with both Audio and + MIDI inputs are well suited for vocoders and similar plugins, where a MIDI + signal controls an audio one.

Adding any audio input to a MIDI bus transforms it into an audio bus. @@ -30,16 +44,17 @@

Description

- Busses look and behave exactly like tracks, so they share nearly all of their controls. - The differences are: + Busses look and behave exactly like tracks, so they share nearly + all of their controls. The differences are:

- Clicking the Aux button makes every track that sends a signal to this bus through Aux sends blink in turquoise. - Right clicking this button brings up a menu: + Clicking the Aux button makes every track that sends a + signal to this bus through Aux sends blink in + turquoise. Right clicking this button brings up a menu:

@@ -56,30 +71,49 @@

Connecting a track to a bus

- Depending on the user's workflow and the way busses are used, 2 possibilities exists: + Depending on the user's workflow and the way busses are used, two possibilities exists:

Connecting a track to a bus via its outputs

Connecting a bus through a track's outputs

- Connecting the output(s) of a track to the input(s) of the bus sends all the audio/MIDI to the bus. In the mixer strip, select (at the bottom) the OUTPUT button (often, by default, "Master"), and in the list, choose the input of a bus. Note that only the bus able to receive this output will show up, e.g. a mono bus wont be able to be connected to the output of a stereo track). + Connecting the output(s) of a track to the input(s) of the bus sends + all the audio/MIDI to the bus. In the mixer strip, select (at the + bottom) the OUTPUT button (often, by default, "Master"), and in the list, + choose the input of a bus. Note that only the bus able to receive this output + will show up, e.g. a mono bus wont be able to be connected to the output of a + stereo track).

- Obviously, doing so will (by default) disconnect the output from the Master's input, which means all the audio/MIDI will be routed to the bus. For more complex routing, the OUTPUT button allows to show the Routing Grid that allows to plug the output of the track to multiple outputs at once, be it busses, tracks, Master… The button will then reflect these multiple connections by showing a *number*, number being the number of connections made in the routing grid. + Obviously, doing so will (by default) disconnect the output from the Master's + input, which means all the audio/MIDI will be routed to the bus. For more + complex routing, the OUTPUT button allows to show the Routing + Grid that allows to plug the output of the track to multiple outputs at + once, be it busses, tracks, Master… The button will then reflect these + multiple connections by showing a *number*, number being the number of + connections made in the routing grid.

Connecting a track to a bus via Sends

Connecting a bus through a send

- This allows not to interrupt the natural flow of the signal, i.e. the track will still output to what its connected to (e.g. Master). The signal is "tapped" at the point of insertion of the send, to be sent to the bus. Right click where in the signal flow you want the send to happen, and select New Aux Send… > name_of_the_bus. + This allows not to interrupt the natural flow of the signal, i.e. the track will + still output to what its connected to (e.g. Master). The signal is "tapped" at + the point of insertion of the send, to be sent to the bus, by right + clicking where in the signal flow the signal should be tapped, and selecting + New Aux Send… > name_of_the_bus.

- By left-clicking the send meter, it is possible to adjust the amount of signal sent to the bus. This is often the way tracks are connected to an effect bus, like a Delay bus. + By left-clicking the send meter, it is possible to + adjust the amount of signal sent to the bus. This is often the way tracks are + connected to an effect bus, like a Delay bus.

- Busses can be plugged to other busses, through outputs or sends. Both example workflows discussed previously, i.e. busses for grouping tracks and busses for effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a reverb bus, and be connected to a compressor bus. + Busses can be plugged to other busses, through outputs or sends. Both example + workflows discussed previously, i.e. busses for grouping tracks and busses for + effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a + reverb bus, and be connected to a compressor bus.

- diff --git a/include/control-masters-mixer-strips.html b/include/control-masters-mixer-strips.html index f5b7f32..70c7dbb 100644 --- a/include/control-masters-mixer-strips.html +++ b/include/control-masters-mixer-strips.html @@ -10,7 +10,7 @@ Although track/bus groups offer a certain kind of grouped-control over gain, solo, mute and more, traditional mixing consoles have long had group master channels ("VCAs") which allows to combine - both a single fader to control the group level while also allowing you to easily adjust the relative + both a single fader to control the group level while also allowing to easily adjust the relative levels inside the group. For large projects, this can make mixing much easier to control.

@@ -63,4 +63,3 @@ A VCA strip is made of (from top to bottom in the screenshot): multiple buttons. Disconnecting a VCA from a track is done by unchecking this VCA in the list that pops up, or clicking Unassign All to disconnect from all VCAs at once.

- diff --git a/include/edit-point-control.html b/include/edit-point-control.html index 23fa4d3..3248d8e 100644 --- a/include/edit-point-control.html +++ b/include/edit-point-control.html @@ -1,12 +1,19 @@ -Editor toolbar's Edit Point +
+ Editor toolbar's Edit Point +

- Editing operations in a Digital Audio Workstation like Ardour can be broken down according to how many points on the timeline are required to carry the operation out. Splitting a region for example, requires just one position on the timeline (the one where the split will happen). Cutting out a time range requires two positions, one for the start of the cut and one for the end. + Editing operations in a Digital Audio Workstation like Ardour can be broken + down according to how many points on the timeline are required to carry the + operation out. Splitting a region for example, requires just one position on + the timeline (the one where the split will happen). Cutting out a time range + requires two positions, one for the start of the cut and one for the end.

- In Ardour the edit point is the location where most single-point editing operations take place. It can be set to either of the following: + In Ardour the edit point is the location where most single-point +editing operations take place. It can be set to either of the following:

Assign all tracks (prefader)Creates an Aux Send in every track, to this bus. The send is placed just before the fader
Magnetic is a less strict type of snapping. Objects can still be moved to any position, but positions close to the relative or absolute grid points will snap. diff --git a/include/master-bus-strip.html b/include/master-bus-strip.html index 133b793..cce876f 100644 --- a/include/master-bus-strip.html +++ b/include/master-bus-strip.html @@ -1,5 +1,6 @@ - -The Master strip in the mixer +
+ The Master strip in the mixer +

The Master strip in Ardour is very similar to the other busses mixer strips. @@ -14,6 +15,5 @@

- The Master bus strip is allways fixed, at the right end of the mixer, regardless of the scrolling position. + The Master bus strip is always fixed, at the right end of the mixer, regardless of the scrolling position.

- diff --git a/include/the-ranges-and-marks-lists.html b/include/the-ranges-and-marks-lists.html index 9d13ab7..9549b57 100644 --- a/include/the-ranges-and-marks-lists.html +++ b/include/the-ranges-and-marks-lists.html @@ -18,7 +18,7 @@ respectively.

- The Use PH buttons allow you to set + The Use PH buttons allows to set the corresponding clock to the current playhead position. A Middle click on any of the clocks will move the playhead to that location. Both functions are also available from the @@ -56,12 +56,12 @@ + settings. Since these are built-in ranges, they cannot be renamed or removed. + class="option">CD, Ardour is instructed to create a CD track + index from this marker, which will be included in the TOC or CUE file when + exporting.
Loop/Punch Ranges This list shows the current loop and punch range - settings. Since these are built-in ranges, you cannot rename or remove them.
Markers (Including CD Index) This section lists the session's markers. By ticking CD, you instruct Ardour to create a CD track - index from this marker, which will be included in the TOC or CUE file when you - export.
Ranges (Including CD Track Ranges) This is the list of ranges (including CD track ranges). Ticking CD will convert diff --git a/include/the-tracks-and-busses-list.html b/include/the-tracks-and-busses-list.html index f9411bb..1e20c1b 100644 --- a/include/the-tracks-and-busses-list.html +++ b/include/the-tracks-and-busses-list.html @@ -1,19 +1,25 @@

- This lists the tracks and busses that are present in the session. The list order reflects the order in the editor, and you can drag-and-drop track or bus names in the editor list to re-order them in the editor. The columns in the list represent the following: + This lists the tracks and busses that are present in the session. The list order + reflects the order in the editor, and track or bus names can be dragged-and-dropped + in the editor list to re-order them in the editor. The columns in the list + represent the following:

- + - - - - - - - + + + + @@ -25,10 +31,11 @@
Vwhether the track or bus is visible; they can be hidden, in which case they will still play, but just not be visible in the editor; this can be useful for keeping the display uncluttered.
whether the track or bus is visible; they can be hidden, in which case they + will still play, but just not be visible in the editor; this can be useful for + keeping the display uncluttered.
Awhether the track or bus is active; unactive tracks will not play, and will not consume any CPU.
Ifor MIDI tracks, whether the MIDI input is enabled; this dictates whether MIDI data from the track's inputs ports will be passed through the track.
Rwhether the track is record-enabled.
RSwhether the track is record safe; a record safe track cannot be armed for recording, to protect against a mistake.
whether the track or bus is active; unactive tracks will not play, and will + not consume any CPU.
I for MIDI tracks, + whether the MIDI input is enabled; this dictates whether MIDI data from the + track's inputs ports will be passed through the track.
R whether the track is record-enabled.
RS whether the track is record safe; a record safe + track cannot be armed for recording, to protect against a mistake.
M whether the track is muted.
S

- Each icon in these columns can be clicked to toggle the track/bus state, which is a very fast way to set multiple tracks/busses state at once. + Each icon in these columns can be clicked to toggle the track/bus state, which + is a very fast way to set multiple tracks/busses state at once.

- As with the region list, hovering the mouse pointer over a column heading shows a tool-tip which can be handy to remember what the columns are for. + As with the region list, hovering the mouse pointer over a column heading shows + a tool-tip which can be handy to remember what the columns are for.

- diff --git a/include/zoom-controls.html b/include/zoom-controls.html index 7ed5611..beb6114 100644 --- a/include/zoom-controls.html +++ b/include/zoom-controls.html @@ -14,7 +14,7 @@
  • Edit Point as set in the Edit point control.
  • -

    The 2 leftmost zoom buttons ( and +) use this zoom focus to zoom out and in respectively.

    +

    The two leftmost zoom buttons ( and +) use this zoom focus to zoom out and in respectively.

    The Zoom to session button is a handy shortcut to zoom out or in until all the session (as defined by it's start/end markers) fits horizontally.

    @@ -24,7 +24,7 @@ allows to fit this number of tracks vertically in the screen.

    There is a minimal track height to keep it visible, so according to you screen vertical size, some high number can have no effect.

    -

    Inside this menu are 2 handy choices:

    +

    Inside this menu are two handy choices:

    • Selected tracks that focus on the selected tracks. If the selected tracks are not contiguous, the unselected tracks inbetween will be hidden, see the Track and Bus list.
    • @@ -32,4 +32,3 @@ according to you screen vertical size, some high number can have no effect.

    The rightmost buttons Shrink tracks and Expand tracks reduce or expand the vertical size of the selected tracks. If no track is selected, all the tracks will be shrunk or expanded each time the button is pushed. -