]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/10_working-with-tracks/10_track-and-bus-groups.html
rename region equivalence to correspondence for consistency
[ardour-manual] / _manual / 10_working-with-tracks / 10_track-and-bus-groups.html
index 89d792232d7aa19418796950676ffc0d510839ca..ab5362cfc7143c64c1aab6bb43a99927250920e3 100644 (file)
@@ -7,7 +7,7 @@ title: Track and Bus Groups
   
   <p> Tracks and busses can be put into groups. You can set members of a group can to share various settings - useful for managing tracks that are closely related to each other. Examples might include tracks that contain multiple-microphone recordings of a single source (an acoustic guitar, perhaps, or a drum-kit).</p>
 <p>You can group tracks and busses in various ways. In the editor window, a track's controls might look like these:</p>
-<p><img src="/ardour/manual/html/screenshots/track-in-group.png" alt="track headers for a group"></p>
+<p><img src="/ardour/manual/html/screenshots/track-in-group.png" alt="track headers for a group" /></p>
 <p> The green tab to the left of the track header indicates that this track is in a group called ‘Fred’. You can drag these tabs to add or remove tracks from a group. </p>
 
 <h2>Create New Groups</h2>
@@ -31,7 +31,7 @@ title: Track and Bus Groups
 
 <h2>Modify Group Properties</h2>
 <p>To edit the properties of a group, context-click (right-click) on its tab and choosing Edit Group…. This opens the track/bus group dialog, which is also used when creating new groups:</p>
-<p><img src="/ardour/manual/html/screenshots/route-group-dialogue.png" alt="the track/bus group dialog"></p>
+<p><img src="/ardour/manual/html/screenshots/route-group-dialogue.png" alt="the track/bus group dialog" /></p>
 
 <h3>Group Color</h3>
 <p>Click on the color selector button to change a group's colour. This affects the colour of the group's tab in the editor and mixer windows. The color does <strong>not</strong> affect the color of the group members unless you also enable the shared <code>Color</code> property. </p>
@@ -39,7 +39,7 @@ title: Track and Bus Groups
 
 <h3>Shared Properties</h3>
 <p><code>Gain</code> means that the track faders will be synced to always have the same value; ‘Relative’ means that the gain changes are applied relative to each member's current value. If, for example, there are two tracks in a group with relative gain sharing, and their faders are set to -3dB and -1dB, a change of the first track to a gain of -6dB will result in the second track having a gain of -4dB (so that the difference in gains is the same).</p>
-<p><a href="/working-with-tracks/bus-controls/#mute"><code>Muting</code></a>, <a href="/working-with-tracks/bus-controls/#solo"><code>soloing</code></a>, <a href="/working-with-tracks/audio-track-controls/#record"><code>record enable</code></a>, <code>active state</code>, <a href="/working-with-tracks/controlling-track-appearance/track-coloring/"><code>colour</code></a> and <a href="/recording/monitoring/"><code>monitoring</code></a> are all straightforward. They simply mean that all member tracks or busses will share the same settings in these respects.</p>
+<p><a href="/working-with-tracks/bus-controls/#mute"><code>Muting</code></a>, <a href="/working-with-tracks/bus-controls/#solo"><code>soloing</code></a>, <a href="/working-with-tracks/audio-track-controls/#record"><code>record enable</code></a>, <a href="/ardours-interface/introducing-the-editor-window/editor-lists/tracks--busses-list/#active"><code>active state</code></a>, <a href="/working-with-tracks/controlling-track-appearance/track-coloring/"><code>colour</code></a> and <a href="/recording/monitoring/"><code>monitoring</code></a> are all straightforward. They simply mean that all member tracks or busses will share the same settings in these respects.</p>
 <p><code>Selection</code> means that if a region is selected or deselected on one constituent track, corresponding regions on other member tracks will be similarly selected. Corresponding regions are those that are at the same position and have the same length. Since region editing operations are applied to all currently selected regions, this is the way to make edits apply across all tracks in the group. For more details see <a href="/working-with-regions/region-selection-equivalence/">Region Selection Equivalence</a></p>
 
 <h3>Group Tab Context Menu</h3>