]> Shamusworld >> Repos - ardour-manual/commitdiff
Major reordering of Part IV, including some section cleanup.
authorShamus Hammons <jlhamm@acm.org>
Thu, 23 Feb 2017 04:45:23 +0000 (22:45 -0600)
committerShamus Hammons <jlhamm@acm.org>
Thu, 23 Feb 2017 04:45:23 +0000 (22:45 -0600)
21 files changed:
include/backup-and-sharing-of-sessions.html
include/control-masters-mixer-strips.html
include/controlling-track-ordering.html
include/file-and-session-management-and-compatibility.html
include/files-and-directories-ardour-knows-about.html
include/grouping-tracks.html [deleted file]
include/importing-and-exporting-session-data.html
include/lua-scripting-in-ardour.html [deleted file]
include/metadata.html
include/midi-event-list.html [deleted file]
include/midi-list-editor.html
include/renaming-a-session.html
include/reordering-tracks.html [deleted file]
include/rhythm-ferret.html
include/status-indicators-and-mode-buttons.html [deleted file]
include/the-region-menu.html
include/track-context-menu.html
include/track-ordering-and-remote-control-ids.html [deleted file]
include/transport-bar.html
include/where-are-sessions-stored.html
master-doc.txt

index 0ce0b73cd5d1a76e34cef1b54f034e8fea94ee9d..dfb04251bbc4b99df4ba709af324cd14521a78e5 100644 (file)
@@ -1,10 +1,10 @@
 
 <p>
-  An Ardour session is stored in a single folder on your computer's filesystem. This makes <dfn>backup</dfn> very easy&mdash;any tool capable of backing up a folder can be used to backup a session. You pick the location of a session when it is created&mdash;by default it will be in your default session location, which can be altered via <kbd class="menu">Edit &gt; Preferences &gt; Misc &gt; Session Management</kbd>. 
+  An Ardour session is stored in a single folder on the computer's filesystem. This makes <dfn>backup</dfn> very easy&mdash;any tool capable of backing up a folder can be used to backup a session. The location of a session can be chosen when it is created&mdash;by default it will be in the default session location, which can be altered via <kbd class="menu">Edit &gt; Preferences &gt; Misc &gt; Session Management</kbd>. 
 </p>
 
 <p class="warning">
-  There is one complication: a session may reference media files that are stored outside of the session folder, if the user has opted not to select <kbd class="optoff">Session &gt; Import &gt; Copy to Session</kbd> during import. Backing up a session with embedded files will not create a copy of the session containing those files.
+  There is one complication: a session may reference media files that are stored outside of the session folder, if <kbd class="optoff">Session &gt; Import &gt; Copy to Session</kbd> is not selected during import. Backing up a session without embedded files will <strong>not</strong> create a copy of the session containing those files.
 </p>
 
 <p>
index 89e7eb5f837c2db4483613ed91fb02693d22f6a3..b30c12d2fd5b4a3e131c096a4c51328bb0294125 100644 (file)
@@ -63,3 +63,4 @@ A VCA strip is made of (from top to bottom in the screenshot):
   multiple buttons. Disconnecting a VCA from a track is done by unchecking this VCA in
   the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all VCAs at once.
 </p>
+
index 3961ea3d56cf44268585bd66f69ab3d764cfe9af..7e8e2bda5fb4f5a9851b74422856e2666051adc5 100644 (file)
@@ -3,18 +3,87 @@
   Ardour does not impose any particular ordering of tracks and busses in 
   either the editor or mixer windows. The default arrangements are as follows:
 </p>
+
 <p>
-  In the <dfn>Editor</dfn>, the Master bus will always be on top unless
+  In the <dfn>Editor</dfn> window, the Master bus will always be on top unless
   hidden. Tracks and busses will appear in their initial order, from top to
-  bottom. The monitor section (if used) will never be visible in the editor
-  window.
+  bottom. The monitor section (if used) is never visible in the editor window.
 </p>
+
+<p>
+  In the <dfn>Mixer</dfn> window, the tracks and busses will be displayed in
+  their initial order, from left to right. The Master bus is always on the far
+  right and occupies its own pane, so that it is always visible no matter how
+  many other mixer strips are present. If a Monitor section is used, it shows
+  up at the right edge of the mixer window; it can also be torn off into a
+  separate window.
+</p>
+
+<h2>Reordering Tracks</h2>
+
+<p>
+  The <dfn>track ordering</dfn> of the Editor and Mixer is
+  <dfn>synchronized</dfn>: if you reorder in one window, the ordering in the
+  other window will follow.
+</p>
+
+<h3>Reordering in the Editor Window</h3>
+
+<p>
+  Select the tracks to be moved, then use <kbd class="menu">Track &gt; Move Selected Tracks Up</kbd> (shortcut: <kbd class="mod1">&uarr;</kbd>) or <kbd class="menu">Track &gt; Move Selected Tracks Down</kbd> (shortcut: <kbd class="mod1">&darr;</kbd>).
+</p>
+
+<p>
+  Alternatively, the <a href="@@the-tracks-and-busses-list"><kbd
+  class="menu">Tracks &amp; Busses</kbd> panel of the Editor Lists</a> can be
+  used, if visible. Here, tracks and busses can be freely dragged-and-dropped
+  into any desired order.
+</p>
+
+<h3>Reordering in the Mixer Window</h3>
+
+<p>
+  Within the <kbd class="menu">Strips</kbd> pane at the top left of the Mixer
+  window, tracks and busses can be freely dragged-and-dropped into any desired
+  order.
+</p>
+
+<h3>"Collecting" Group Members</h3>
+
+<p>
+  Tracks and Busses that are members of a group can be reordered so that they
+  display contiguously within the Editor and Mixer windows. <kbd
+  class=mouse>Right</kbd>-click on the group tab and choose <kbd
+  class="menu">Collect</kbd>.
+</p>
+
+<h2>Ordering of New Tracks</h2>
+
+<p>
+  When <dfn>adding new tracks</dfn>, the current selection determines their
+  placement. New tracks will be placed after the rightmost (in the mixer) or
+  bottom-most (in the editor) selected track. If no tracks are selected, new
+  tracks will be added at the end.
+</p>
+
+<p class="note">
+  Because new tracks are automatically selected, they can be quickly reordered
+  in the editor window via the keyboard shortcuts after adding them.
+</p>
+
+<h2>Track Ordering and Remote Control IDs</h2>
+  
+<p>
+  Every track and bus in Ardour is assigned a <dfn>remote control ID</dfn>. 
+  When a <a href="@@control-surfaces">control surface</a> or any other
+  remote control is used to control Ardour, these IDs are used to identify 
+  which track(s) or buss(es) are the intended target of incoming commands.
+</p>
+
 <p>
-  In the <dfn>Mixer</dfn>, the tracks and busses will be displayed in their
-  initial order, from left to right. The Master bus is always on the far
-  right and occupies its own pane, so that it is always visible no matter
-  how you scroll the other mixer strips. If a Monitor section is used, 
-  it shows up at the right edge of the mixer window, from where it can be
-  torn off into a separate window.
+  Remote IDs are assigned to tracks and buses in the order that they appear in
+  the mixer window from left to right, starting from #1; manual assignment of
+  remote IDs is not possible. The master bus and monitor section can be
+  accessed by name.
 </p>
 
index 2448b944b18b916e1578b5a0e86feaaad6a6d5e3..139597f9cb07c5d48bed18984ec4747f4b4f3438 100644 (file)
@@ -1,3 +1,2 @@
 
-<p class="fixme">Add content</p>
 
index b96d90a8bd3b5e78c380b9ee9e50f6f3d9ac894d..57b72379d4d724dd3beede750c4d017338d68e53 100644 (file)
 <p>
   This is the subdirectory where exported files end up.
 </p>
+
diff --git a/include/grouping-tracks.html b/include/grouping-tracks.html
deleted file mode 100644 (file)
index 139597f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
index 2448b944b18b916e1578b5a0e86feaaad6a6d5e3..139597f9cb07c5d48bed18984ec4747f4b4f3438 100644 (file)
@@ -1,3 +1,2 @@
 
-<p class="fixme">Add content</p>
 
diff --git a/include/lua-scripting-in-ardour.html b/include/lua-scripting-in-ardour.html
deleted file mode 100644 (file)
index 139597f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
index 0dc4aaf11cdc753799080f2c267c20738a098f5d..ca2ce9efb6392903b15c8dd8dd4b289a008ebeb8 100644 (file)
@@ -7,3 +7,5 @@
 
 <img src="/images/edit-session-metadata.png" />
 
+<p class=fixme>Add content</p>
+
diff --git a/include/midi-event-list.html b/include/midi-event-list.html
deleted file mode 100644 (file)
index 139597f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
index 52d91aa1508379c11e31085216e9fc41551f9e66..39fc3959a019c314943f006328d5f90c39bd1549 100644 (file)
@@ -42,3 +42,4 @@
   The Name field is related to the Number one, and cannot be edited. To change a
   note, its number must be changed, which will be reflected in the Name field.
 </p>
+
index 1681982ba7c9755fb3ea402ecb72d595844d18e6..02c0aab19904f872c13deba771d0101a3cab803d 100644 (file)
@@ -1,13 +1,19 @@
   
 <p>
-  Use <kbd class="menu">Session &gt; Rename</kbd> to give your session a new name. A dialog will appear to ask you for the new name.
+  Use <kbd class="menu">Session &gt; Rename</kbd> to give the session a new
+  name. A dialog will appear asking for the new name.
 </p>
 
 <p>
-  This operation does <strong>not</strong> make a new session folder&mdash;the existing session folder and relevant contents are renamed. If your session was not saved before a rename operation, it will be saved automatically and then renaming will continue.
+  This operation does <strong>not</strong> make a new session folder&mdash;the
+  existing session folder and relevant contents are renamed. If the session was
+  not saved before a rename operation, it will be saved automatically and then
+  renaming will continue.
 </p>
 
 <p class="warning">
-  Ardour's <kbd class="menu">Session &gt; Save As</kbd> operation will not make a new copy of the session folder and its contents. All it does is create a new session file.
+  Ardour's <kbd class="menu">Session &gt; Save As</kbd> operation will not make
+  a new copy of the session folder and its contents. All it does is create a
+  new session file.
 </p>
 
diff --git a/include/reordering-tracks.html b/include/reordering-tracks.html
deleted file mode 100644 (file)
index 89501b5..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-
-<p>
-  The <dfn>track ordering</dfn> of the Editor and Mixer is <dfn>synchronized</dfn>: if you
-  reorder in one window, the ordering in the other window will follow.
-</p>
-
-<h2>Reordering in the Editor Window</h2>
-<p>
-  Select the tracks you want to move. Then use<br>
-  <kbd class="menu">Track &gt; Move Selected Tracks Up</kbd>
-  (shortcut: <kbd class="mod1">&uarr;</kbd>) or<br>
-  <kbd class="menu">Track &gt; Move Selected Tracks Down</kbd>
-  (shortcut: <kbd class="mod1">&darr;</kbd>).
-</p>
-<p>
-  Alternatively, you can use the <a href="@@the-tracks-and-busses-list"><kbd class="menu">Tracks &amp; Busses</kbd>
-  panel of the Editor Lists</a>, if visible.  
-  Here, you can freely drag-and-drop tracks and busses into any order you prefer.
-</p>
-
-<h2>Reordering in the Mixer Window</h2>
-<p>
-  Within the <kbd class="menu">Strips</kbd> pane at the top left of the
-  Mixer window, you can freely drag-and-drop tracks and busses into any
-  desired order.
-</p>
-
-<h2>"Collecting" Group Members</h2>
-<p>
-  Tracks and Busses that are members of a group can be reordered so that they
-  display contiguously within the Editor and Mixer windows. Context-click on
-  the group tab and choose <kbd class="menu">Collect</kbd>.
-</p>
-
-<h2>Ordering of New Tracks</h2>
-<p>
-  When <dfn>adding new tracks</dfn>, the current selection determines their
-  placement. New tracks will be placed after the rightmost (in the mixer) or
-  bottom-most (in the editor) selected track. If no tracks are selected, new
-  tracks will be added at the end.
-</p>
-<p class="note">
-  Because new tracks are automatically selected, you can quickly reorder them
-  in the editor window via the keyboard shortcuts after adding them (see above).
-</p>
-
index d679b0e25fbe3402c2b8159e7dd266de21a9d091..e4dd62db0ad71121137251c0af5236077b3e1b10 100644 (file)
   <kbd class="mouse">RIGHT</kbd> click &gt; Selected Regions &gt; Position &gt;
   Snap position to grid.
 </p>
+
diff --git a/include/status-indicators-and-mode-buttons.html b/include/status-indicators-and-mode-buttons.html
deleted file mode 100644 (file)
index 79c5a8c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<img src="/images/status-and-mode-buttons.png" alt="The Status buttons, the Mode buttons and " />
-
-<p>
-  The <dfn>Status</dfn> buttons show the current session state:
-</p>
-
-<dl>
-  <dt>Solo</dt><dd>Blinks when one or more tracks are being soloed, see <a href="@@muting-and-soloing">Muting and Soloing</a>. Clicking this button disables any active explicit and implicit solo on all tracks and busses. Clicking this button desactivates the solo on every track/bus.</dd>
-  <dt>Audition</dt><dd>Blinks when some audio is auditionned, e.g. by using the import dialog, or using the <kbd class="menu">Audition</kbd> context menu in the <a href="@@the-region-list">Regions List</a>. Clicking this button stops the auditionning.</dd>
-  <dt>Feedback</dt><dd>Blinks when Ardour detects a <dfn>feedback loop</dfn>, which happens when the output of an audio signal chain is plugged back to its input. This is probably not wanted and can be dangerous for the hardware and the listener.</dd>
-</dl>
-
-<p>
-  The Mode Selector allows switching between Editor, Mixer and the Preferences window.
-  If a window is detached, the corresponding button is lit in blue. Clicking the botton
-  switches the detached window visibility.
-</p>
-
-<p>
-  The global meter shows the levels of the master's output. Its the same meter that sits
-  in the <a href="@@master-bus-strip">Master's Mixer strip</a>,
-  and also shows a peak indicator, that turns red when  any level exceeds 0dB. It can
-  be reset by a <kbd class="mouse">Left</kbd> click.
-</p>
-
index ff4461814e4c9f60574f749a4e74dc93c3f3a896..715f20692879be72bc41dfa861f3f2b748c13d66 100644 (file)
@@ -85,3 +85,4 @@
 
        <dt>Remove</dt><dd>Deletes the region from the edit (no file is harmed in the process, and the region stays in the Editor for later use)</dd>
 </dl>
+
index 885ff42eb18d14263cd896ce06031d7bc95c2beb..7e2b292bd381d7e22ead2ce348980fe966ca68ee 100644 (file)
@@ -69,3 +69,8 @@
 <dt>Freeze</dt>
 </dl>
 
+<!-- FIXME: Adding a <p>aragraph with fixme, note, or warning classes after a <dl> causes the styling of the class to hijack the styling of the definition list, hence, the following ugliness: -->
+<p>&nbsp;</p>
+
+<p class=fixme>Add content</p>
+
diff --git a/include/track-ordering-and-remote-control-ids.html b/include/track-ordering-and-remote-control-ids.html
deleted file mode 100644 (file)
index 35e6cd9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-  
-<p>
-  Every track and bus in Ardour is assigned a <dfn>remote control ID</dfn>. 
-  When a <a href="@@control-surfaces">control surface</a> or any other
-  remote control is used to control Ardour, these IDs are used to identify 
-  which track(s) or buss(es) are the intended target of incoming commands.
-</p>
-<p>
-  Remote IDs will be assigned to tracks and buses in the order that
-  they appear in the mixer window from left to right, starting from 1.
-  Manual assignment of remote IDs is not possible.
-  The master bus and monitor section can be accessed by name.
-</p>
-
index fa06c4111850a0c00c015e7f664c399f7853e6ee..4fedf2113febe2d7283587163cacd04d6d9db4ee 100644 (file)
   Go to the <kdb class="menu">Transport</kbd> and <kdb class="menu">Transport &gt;
     Playhead</kbd> to find more.
 </p>
+
index fb6b720fa6d670aa4aa74c50f6051eee49cd7e3e..0311783c0b03b2bfee599ce4763bd6d069cecaa3 100644 (file)
@@ -1,17 +1,14 @@
 
 <p>
-  <dfn>Sessions</dfn> are stored in a single folder on your computer's filesystem. 
-</p>
-<p>
-  The first time you run Ardour, you will be asked where you would like the
-  default location for sessions to be, with the initial choice being your 
-  home folder. 
+  <dfn>Sessions</dfn> are stored in a single folder on the computer's
+  filesystem. The first time Ardour is run, it will ask for the default location for this folder, with the initial choice being the current user's home folder.
 </p>
+
 <p>
-  After the first-run dialog, you can still change the default location at 
+  After the first-run dialog, the default location can still be changed at 
   any time via <kbd class="menu">Edit &gt; Preferences &gt; Misc &gt; Session
-  Management</kbd>. You can also specify a particular (different) location for 
-  a session when creating it, in the 
-  <a href="@@newopen-session-dialog">New Session dialog</a>.
+  Management</kbd>. A particular (different) location for a session can also be
+  specified when creating it, in the <a href="@@newopen-session-dialog">New
+  Session dialog</a>.
 </p>
 
index 641c1133fdc80be9e460580de2b75288b06cf3f0..bfa6d609ebf7db4093deb5d6dc775f23cb0317ce 100644 (file)
@@ -878,14 +878,6 @@ uri: working-with-sessions
 part: chapter
 ---
 
----
-title: New/Open Session Dialog
-include: newopen-session-dialog.html
-link: newopen-session-dialog
-uri: working-with-sessions/the-new-session-dialog
-part: subchapter
----
-
 ---
 title: What's in a Session?
 include: whats-in-a-session.html
@@ -903,42 +895,10 @@ part: subchapter
 ---
 
 ---
-title: Backup and Sharing of Sessions
-include: backup-and-sharing-of-sessions.html
-link: backup-and-sharing-of-sessions
-uri: working-with-sessions/backup-and-sharing-of-sessions
-part: subchapter
----
-
----
-title: Interchange with other DAWs
-include: interchange-with-other-daws.html
-link: interchange-with-other-daws
-uri: working-with-sessions/interchange-with-other-daws
-part: subchapter
----
-
----
-title: Copying The Interchange Folder
-include: copying-the-interchange-folder.html
-link: copying-the-interchange-folder
-uri: working-with-sessions/interchange-with-other-daws/copying-the-interchange-folder
-part: subchapter
----
-
----
-title: Stem Exports
-include: stem-exports.html
-link: stem-exports
-uri: working-with-sessions/interchange-with-other-daws/stem-exports
-part: subchapter
----
-
----
-title: Using AATranslator
-include: using-aatranslator.html
-link: using-aatranslator
-uri: working-with-sessions/interchange-with-other-daws/using-aatranslator
+title: New/Open Session Dialog
+include: newopen-session-dialog.html
+link: newopen-session-dialog
+uri: working-with-sessions/the-new-session-dialog
 part: subchapter
 ---
 
@@ -951,23 +911,7 @@ part: subchapter
 ---
 
 ---
-title: Session Templates
-include: session-templates.html
-link: session-templates
-uri: working-with-sessions/session-templates
-part: subchapter
----
-
----
-title: Snapshots
-include: snapshots.html
-link: snapshots
-uri: working-with-sessions/snapshots
-part: subchapter
----
-
----
-title: Metadata
+title: Session Metadata
 include: metadata.html
 link: metadata
 uri: working-with-sessions/metadata
@@ -975,82 +919,89 @@ part: subchapter
 ---
 
 ---
-title: Cleaning up Sessions
-include: cleaning-up-sessions.html
-link: cleaning-up-sessions
-uri: working-with-sessions/cleaning_up
+title: Backup and Sharing of Sessions
+include: backup-and-sharing-of-sessions.html
+link: backup-and-sharing-of-sessions
+uri: working-with-sessions/backup-and-sharing-of-sessions
 part: subchapter
 ---
 
 ---
-title: Copying versus Linking
-include: copying-versus-linking.html
-link: copying-versus-linking
-uri: adding-pre-existing-material/copying-versus-linking
+title: Tracks
+include: tracks.html
+link: tracks
+uri: working-with-tracks
+part: chapter
+---
+
+---
+title: Track Types
+include: track-types.html
+link: track-types
+uri: working-with-tracks/track-types
 part: subchapter
 ---
 
 ---
-title: Adding Pre-existing Material
-include: adding-pre-existing-material.html
-link: adding-pre-existing-material
-uri: adding-pre-existing-material
+title: Adding Tracks, Busses and VCAs
+include: adding-tracks-busses-and-vcas.html
+link: adding-tracks-busses-and-vcas
+uri: working-with-tracks/adding-tracks-and-busses
 part: subchapter
 ---
 
 ---
-title: Import Dialog
-include: import-dialog.html
-link: import-dialog
-uri: adding-pre-existing-material/import-dialog
+title: Selecting Tracks
+include: selecting-tracks.html
+link: selecting-tracks
+uri: working-with-tracks/selecting-tracks
 part: subchapter
 ---
 
 ---
-title: Searching for Files Using Tags
-include: searching-for-files-using-tags.html
-link: searching-for-files-using-tags
-uri: adding-pre-existing-material/searching-for-files-using-tags
+title: Controlling Track Ordering
+include: controlling-track-ordering.html
+link: controlling-track-ordering
+uri: working-with-tracks/controlling-track-ordering
 part: subchapter
 ---
 
 ---
-title: Supported File Formats
-include: supported-file-formats.html
-link: supported-file-formats
-uri: adding-pre-existing-material/supported-file-formats
+title: Track Context Menu
+include: track-context-menu.html
+link: track-context-menu
+uri: working-with-tracks/track-context-menu
 part: subchapter
 ---
 
 ---
-title: Tracks
-include: tracks.html
-link: tracks
-uri: working-with-tracks
+title: Track Controls
+include: track-controls.html
+link: track-controls
 part: chapter
 ---
 
 ---
-title: Track Types
-include: track-types.html
-link: track-types
-uri: working-with-tracks/track-types
+title: Bus Controls
+include: bus-controls.html
+link: bus-controls
+uri: working-with-tracks/bus-controls
 part: subchapter
 ---
 
 ---
-title: Adding Tracks, Busses and VCAs
-include: adding-tracks-busses-and-vcas.html
-link: adding-tracks-busses-and-vcas
-uri: working-with-tracks/adding-tracks-and-busses
+title: Audio Track Controls
+include: audio-track-controls.html
+link: audio-track-controls
+uri: working-with-tracks/audio-track-controls
 part: subchapter
 ---
 
 ---
-title: Selecting Tracks
-include: selecting-tracks.html
-link: selecting-tracks
-uri: working-with-tracks/selecting-tracks
+title: MIDI Track Controls
+include: midi-track-controls.html
+link: midi-track-controls
+uri: working-with-tracks/midi-track-controls
 part: subchapter
 ---
 
@@ -1059,7 +1010,7 @@ title: Controlling Track Appearance
 include: controlling-track-appearance.html
 link: controlling-track-appearance
 uri: working-with-tracks/controlling-track-appearance
-part: subchapter
+part: chapter
 ---
 
 ---
@@ -1095,88 +1046,123 @@ part: subchapter
 ---
 
 ---
-title: Controlling Track Ordering
-include: controlling-track-ordering.html
-link: controlling-track-ordering
-uri: working-with-tracks/controlling-track-ordering
-part: subchapter
+title: Track and Bus Groups
+include: track-and-bus-groups.html
+link: track-and-bus-groups
+uri: working-with-tracks/track-and-bus-groups
+part: chapter
 ---
 
 ---
-title: Reordering Tracks
-include: reordering-tracks.html
-link: reordering-tracks
-uri: working-with-tracks/controlling-track-ordering/reordering-tracks
+title: Importing and Exporting Session Data
+menu_title: Import/Export Session Data
+include: importing-and-exporting-session-data.html
+link: importing-and-exporting-session-data
+part: chapter
+---
+
+---
+title: Import Dialog
+include: import-dialog.html
+link: import-dialog
+uri: adding-pre-existing-material/import-dialog
 part: subchapter
 ---
 
 ---
-title: Track Ordering and Remote Control IDs
-include: track-ordering-and-remote-control-ids.html
-link: track-ordering-and-remote-control-ids
-uri: working-with-tracks/controlling-track-ordering/track-ordering-and-remote-control-ids
+title: Supported File Formats
+include: supported-file-formats.html
+link: supported-file-formats
+uri: adding-pre-existing-material/supported-file-formats
 part: subchapter
 ---
 
 ---
-title: Bus Controls
-include: bus-controls.html
-link: bus-controls
-uri: working-with-tracks/bus-controls
+title: Adding Pre-existing Material
+include: adding-pre-existing-material.html
+link: adding-pre-existing-material
+uri: adding-pre-existing-material
 part: subchapter
 ---
 
 ---
-title: Audio Track Controls
-include: audio-track-controls.html
-link: audio-track-controls
-uri: working-with-tracks/audio-track-controls
+title: Copying Versus Linking
+include: copying-versus-linking.html
+link: copying-versus-linking
+uri: adding-pre-existing-material/copying-versus-linking
 part: subchapter
 ---
 
 ---
-title: MIDI Track Controls
-include: midi-track-controls.html
-link: midi-track-controls
-uri: working-with-tracks/midi-track-controls
+title: Searching for Files Using Tags
+include: searching-for-files-using-tags.html
+link: searching-for-files-using-tags
+uri: adding-pre-existing-material/searching-for-files-using-tags
 part: subchapter
 ---
 
 ---
-title: Track Context Menu
-include: track-context-menu.html
-link: track-context-menu
-uri: working-with-tracks/track-context-menu
+title: Stem Exports
+include: stem-exports.html
+link: stem-exports
+uri: working-with-sessions/interchange-with-other-daws/stem-exports
 part: subchapter
 ---
 
 ---
-title: Grouping Tracks
-include: grouping-tracks.html
-link: grouping-tracks
+title: File and Session Management and Compatibility
+menu_title: File/Session Mgmt &amp; Compat.
+include: file-and-session-management-and-compatibility.html
+link: file-and-session-management-and-compatibility
 part: chapter
 ---
 
 ---
-title: Track and Bus Groups
-include: track-and-bus-groups.html
-link: track-and-bus-groups
-uri: working-with-tracks/track-and-bus-groups
+title: Session Templates
+include: session-templates.html
+link: session-templates
+uri: working-with-sessions/session-templates
 part: subchapter
 ---
 
 ---
-title: Importing and Exporting Session Data
-include: importing-and-exporting-session-data.html
-link: importing-and-exporting-session-data
-part: chapter
+title: Snapshots
+include: snapshots.html
+link: snapshots
+uri: working-with-sessions/snapshots
+part: subchapter
 ---
 
 ---
-title: File and Session Management and Compatibility
-include: file-and-session-management-and-compatibility.html
-link: file-and-session-management-and-compatibility
-part: chapter
+title: Cleaning Up Sessions
+include: cleaning-up-sessions.html
+link: cleaning-up-sessions
+uri: working-with-sessions/cleaning_up
+part: subchapter
+---
+
+---
+title: Interchange with other DAWs
+include: interchange-with-other-daws.html
+link: interchange-with-other-daws
+uri: working-with-sessions/interchange-with-other-daws
+part: subchapter
+---
+
+---
+title: Copying The Interchange Folder
+include: copying-the-interchange-folder.html
+link: copying-the-interchange-folder
+uri: working-with-sessions/interchange-with-other-daws/copying-the-interchange-folder
+part: subchapter
+---
+
+---
+title: Using AATranslator
+include: using-aatranslator.html
+link: using-aatranslator
+uri: working-with-sessions/interchange-with-other-daws/using-aatranslator
+part: subchapter
 ---
 
 ---
@@ -1708,8 +1694,8 @@ part: subchapter
 
 ---
 title: MIDI List Editor
-link: midi-list-editor
 include: midi-list-editor.html
+link: midi-list-editor
 part: subchapter
 ---
 
@@ -2075,6 +2061,7 @@ part: chapter
 
 ---
 title: Multichannel Tracks and Signal Routing
+menu_title: Multichannel Signal Routing
 include: multichannel-tracks-and-signal-routing.html
 link: multichannel-tracks-and-signal-routing
 part: chapter
@@ -2434,7 +2421,7 @@ part: chapter
 
 ---
 title: MIDI notes reference
-link: midi-notes-ref
 include: midi-notes-ref.html
+link: midi-notes-ref
 part: chapter
 ---