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/branches/2.0-ongoing@3555 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2008-07-10 10:21:02 +00:00
parent 804d5cc588
commit ad37499be9
4 changed files with 23 additions and 5 deletions

View File

@ -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>'>

View File

@ -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>

View File

@ -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.

View File

@ -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>
<!--