diff --git a/include/track-templates.html b/include/track-templates.html new file mode 100644 index 00000000..e0577f93 --- /dev/null +++ b/include/track-templates.html @@ -0,0 +1,73 @@ + + + +
+ Track templates simplify recording of new material by reusing tried and true + I/O and processing settings. They are listed in the Add + Track/Bus/VCA dialog below regular options such as audio and tracks, + busses, and VCAs. +
+ ++ Each track templates stores the entire state of a track it was created from: +
+ ++ To create a new track template, right-click the + name of the track in its mixer channel and select + Save Track Template… +
+ ++ In the newly opened dialog, add a description for the template, then + give it a name that will be displayed in the Add + Track/Bus/VCA dialog, click Save. +
+ ++ A slightly verbose description of a template will be helpful when there are + multiple similar templates available. +
+ ++ Track templates are managed in the same dialog as session templates. +
+ ++ You can rename existing templates to help differentiate between similar + options, change the description, or remove an existing template. +
+ ++ Addiitonally, you can export all track templates to an archive for sharing, + or import track templates from an archive that someone shared with you. +
diff --git a/master-doc.txt b/master-doc.txt index 32dd6950..ea945708 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -900,6 +900,14 @@ uri: working-with-tracks/adding-tracks-and-busses part: subchapter --- +--- +title: Track Templates +include: track-templates.html +link: track-templates +uri: working-with-tracks/track-templates +part: subchapter +--- + --- title: Track Types include: track-types.html diff --git a/source/images/track-save-as-template-dialog.png b/source/images/track-save-as-template-dialog.png new file mode 100644 index 00000000..915fd9d2 Binary files /dev/null and b/source/images/track-save-as-template-dialog.png differ diff --git a/source/images/track-template-in-add-track-dialog.png b/source/images/track-template-in-add-track-dialog.png new file mode 100644 index 00000000..d2228965 Binary files /dev/null and b/source/images/track-template-in-add-track-dialog.png differ diff --git a/source/images/track-templates.png b/source/images/track-templates.png new file mode 100644 index 00000000..42edabad Binary files /dev/null and b/source/images/track-templates.png differ