fix lack of return value in tell_about_jack_death(), and fixed up indentation for...
[ardour.git] / manual / xml / soloing_tracks.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
6 %BOOK_ENTITIES;
7
8 ]>
9
10 <section id="sn-soloing-tracks">
11   <title>Soloing Tracks</title>
12   <indexterm>
13     <primary>Tracks</primary>
14     <secondary>Soloing</secondary>
15   </indexterm>
16   <para>
17     "Soloing" a track refers to changing some aspect of the signal flow
18     through Ardour that makes it possible to listen to one (or just a few)
19     tracks at a time. It is often done during mixing and mastering to help
20     an audio engineer listen carefully to parts of the mix.
21   </para>
22
23   <para>
24     Tracks may be soloed at any time. When one or more tracks are soloed,
25     all non-soloedntracks will no longer be audible.
26   </para>
27
28   <para>
29     Soloing tracks does not affect the solo status of busses, nor vice
30     versa. That is, soloing a track leaves all busses audible and soloing a
31     track leaves all tracks "audible". You may not actually be able to hear
32     the "audible" material if it is routed through a non-soloed bus.
33   </para>
34
35   <para>
36     This design is intended to allow FX busses and master outs to be useful
37     even when soloing. Soloing is made significantly more complex by the
38     presence of control outs (see control_outs_soloing for more details on
39     soloing with control outs).
40   </para>
41
42   <section id="rude-solo-light">
43     <title>Rude Solo Light</title>
44     <para>
45       Whenever one or more tracks are soloed, the "rude solo light" in the
46       transport window will flash. You can cancel any current solos by
47       clicking on the "rude solo light".
48     </para>
49   </section>
50
51   <section id="solo-modes">
52     <title>Solo modes</title>
53     <para>
54       Ardour has two solo modes.
55     </para>
56
57     <variablelist>
58       <title></title>
59       <varlistentry>
60         <term>solo latch</term>
61         <listitem>
62           <para>
63             soloing a track adds it to the set of soloed tracks, so you may
64             have any number of soloed tracks.
65           </para>
66         </listitem>
67       </varlistentry>
68
69       <varlistentry>
70         <term>solo unlatch</term>
71         <listitem>
72           <para>
73             soloing a track unsolos any other soloed track, so you can have
74             only one soloed track at a time.
75           </para>
76         </listitem>
77       </varlistentry>
78     </variablelist>
79   </section>
80
81   <section id="changing-solo-mode">
82     <title>Changing Solo Mode</title>
83     <para>
84       To change the solo mode, goto the Options editor (options_editor) and
85       view the <guilabel>Misc</guilabel> tab.
86     </para>
87   </section>
88
89   <section id="soloing-a-track">
90     <title>Soloing a Track</title>
91     <para>
92       To toggle the solo state of a track, click on the solo button in
93       either the mixer strip for the track or the track controls section in
94       the editor.
95     </para>
96
97     <para>
98       To toggle the solo state of all tracks in an edit or mix group, use
99       Ctrl1 on the solo button of a track in the group. If you do this in
100       the Editor, the edit group will be used; in the Mixer, the mix group
101       will be used.
102     </para>
103
104     <para>
105       To toggle the solo state of all tracks, use
106       <keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><mousebutton>Button1</mousebutton></keycombo>
107       on a track solo button.
108     </para>
109   </section>
110
111   <section id="solo-safe">
112     <title>Solo safe</title>
113     <para>
114       To protect a track's current solo status, use Shift1 on that track's
115       solo button. The color of the button will change to a pale blue to
116       indicate "solo safe" status. No changes to the solo state for that
117       track are possible until "solo safe" has been unset for the track.
118     </para>
119   </section>
120
121   <section id="momentary-solo">
122     <title>Momentary solo</title>
123     <para>
124       Use 2 on a track's solo button to solo the track for as long as the
125       mouse button is pressed.
126     </para>
127   </section>
128 </section>