~ubuntu-branches/ubuntu/vivid/ardour/vivid-proposed

« back to all changes in this revision

Viewing changes to manual/xml/deactivating_tracks.xml

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler, Jaromír Mikeš, Felipe Sateler
  • Date: 2014-05-22 14:39:25 UTC
  • mfrom: (29 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: package-import@ubuntu.com-20140522143925-vwqfo9287pmkrroe
Tags: 1:2.8.16+git20131003-3
* Team upload

[ Jaromír Mikeš ]
* Add -dbg package

[ Felipe Sateler ]
* Upload to experimental

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-deactivating-tracks">
 
11
  <title>Deactivating Tracks</title>
 
12
  <indexterm>
 
13
    <primary>Tracks</primary>
 
14
    <secondary>Deactivating</secondary>
 
15
  </indexterm>
 
16
  <para>
 
17
    A track can be deactivated from the track context menu which is accessed
 
18
    by clicking on the empty space in the &TRACK_CONTROLS; and choosing the
 
19
    <guimenuitem>Active</guimenuitem> menu item. A track can also be made
 
20
    inactive from the track name button in a &MIXER_STRIP;.
 
21
  </para>
 
22
  <mediaobject>
 
23
    <imageobject>
 
24
      <imagedata fileref="images/inactive_track.png"/>
 
25
    </imageobject>
 
26
    <caption>
 
27
      <para>
 
28
        The &TRACK_CONTROLS; and &MIXER_STRIP; of inactive tracks have a
 
29
        different background color to differentiate them from active tracks.
 
30
      </para>
 
31
    </caption>
 
32
  </mediaobject>
 
33
  <para>
 
34
    Deactivating a track will silence it and reduce the amount of system
 
35
    resources required to operate the session. An inactive Audio Track will
 
36
    not read audio data from disk, unlike when a track is
 
37
    <link linkend="sn-muting-tracks">muted</link>.
 
38
  </para>
 
39
<!--
 
40
        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
 
41
                href="Some_Subsection.xml" />
 
42
        -->
 
43
</section>