Add note to muting tracks about still reading from the playlist
Add empty glossary entry for DSP referenced by note Add entity for playlist git-svn-id: svn://localhost/ardour2/trunk@1904 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
58eb723ed3
commit
d811eb184f
@ -18,3 +18,5 @@
|
||||
|
||||
<!ENTITY TRACK_DISPLAY '<link linkend="sn-track-display">Track Display</link>'>
|
||||
<!ENTITY TRACK_CONTROLS '<link linkend="sn-track-controls">Track Controls</link>'>
|
||||
|
||||
<!ENTITY PLAYLIST '<glossterm linkend="gt-playlist">Playlist</glossterm>'>
|
||||
|
@ -93,6 +93,15 @@
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id="gt-dsp">
|
||||
<glossterm><acronym>DSP</acronym></glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Some reasonable definition here.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
</glossdiv>
|
||||
|
||||
<glossdiv>
|
||||
|
@ -18,13 +18,21 @@
|
||||
in the &TRACK_CONTROLS; or the <guibutton>mute</guibutton> button in a
|
||||
tracks &MIXER_STRIP;. Muting a track will silence its output,
|
||||
right-clicking on a mute button will bring up a pop-up menu that will
|
||||
allow you to choose what will be affected by the mute button.
|
||||
allow you to choose what will be affected when muting.
|
||||
</para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="images/mute_options.png"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
<note>
|
||||
<para>
|
||||
Muting an Audio Track may slightly reduce the amount of
|
||||
<glossterm linkend="gt-dsp">DSP</glossterm> resources required for the
|
||||
session but the audio data referenced by the tracks &PLAYLIST; will
|
||||
still be read from disk.
|
||||
</para>
|
||||
</note>
|
||||
<!--
|
||||
A more indepth description needed or perhaps a reference to a section i
|
||||
on advanced mixing.
|
||||
|
@ -32,10 +32,9 @@
|
||||
<warning>
|
||||
<para>
|
||||
Removing a track is a permanent operation that cannot be undone. If
|
||||
there are no other tracks using the
|
||||
<glossterm linkend="gt-playlist">playlist</glossterm> that is in use
|
||||
by the track being removed then the playlist will also be removed from
|
||||
the session and will no longer be accessible.
|
||||
there are no other tracks using the &PLAYLIST; that is in use by the
|
||||
track being removed then the playlist will also be removed from the
|
||||
session and will no longer be accessible.
|
||||
</para>
|
||||
</warning>
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user