13
0
livetrax/manual/xml/tracks_and_busses.xml
Tim Mayberry 1f9be222f5 Replace existing but mostly empty section on resizing tracks and move it to a separate file
git-svn-id: svn://localhost/ardour2/trunk@1907 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-22 09:56:34 +00:00

114 lines
4.0 KiB
XML

<?xml version="1.0" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<section id="sn-tracks-and-busses">
<title>Tracks and Busses</title>
<para>
This chapter covers basic management of tracks. Tracks are probably the
most important objects in Ardour. They represent the fundamental way to
playback and record audio, MIDI, and image data.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="signal_flow.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="adding_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="renaming_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="removing_tracks.xml" />
<section id="hiding-tracks">
<title>Hiding Tracks</title>
<para>
The track list on the left edge of the Editor and Mixer can be used to
hide or show specific tracks in either or both of those two windows.
To hide a track, click to on the tracks name in the relevant track
list. To show a track, click on its name in the track list. Visible
tracks have their names shown in cyan, hidden ones in orange.
</para>
<para>
You can also hide any track by clicking its hide button
(images/hidebutton.ps).
</para>
<para>
Hiding a track in the Editor has no effect on its visibility in the
Mixer, and vice versa. Hiding a track in one or both windows does not
affect the playback of that track's material.
</para>
</section>
<section id="track-visibility">
<title>Track Visibility</title>
<section id="showing-all-tracks">
<title>Showing all Tracks</title>
<para>
Click on the titlebar of the track list of the Editor or Mixer. From
the menu that appears, select "Show All"
</para>
</section>
<section id="hiding-all-tracks">
<title>Hiding all Tracks</title>
<para>
Click on the titlebar of the track list of the Editor or Mixer. From
the menu that appears, select "Hiding All".
</para>
</section>
<section id="showing-classes-of-tracks">
<title>Showing certain classes of tracks</title>
<para>
Click on the titlebar of the track list of the Editor or Mixer. From
the menu that appears, select "Show All Audio Tracks", or "Show all
Busses" as appropriate.
</para>
</section>
<section id="hiding-classes-of-tracks">
<title>Hiding certain classes of tracks</title>
<para>
Click on the titlebar of the track list of the Editor or Mixer. From
the menu that appears, select "Hide All Audio Tracks", or "Hide all
Busses" as appropriate.
</para>
</section>
<section id="reordering-tracks">
<title>Reordering Tracks</title>
<para>
Tracks may be reordered by clicking on their name in one of the
track lists and dragging it to a new position in the list. Note that
the order of tracks in the editor is totally independent of their
order in the mixer.
</para>
</section>
</section>
<section id="io-configuration">
<title>I/O Configuration</title>
<para></para>
</section>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="muting_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="soloing_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="deactivating_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="resizing_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="track_edit_groups.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="track_controls.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="default_track_names.xml" />
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>