Move content from _manual/ to include/.

This commit is contained in:
Shamus Hammons 2017-02-13 13:53:37 -06:00 committed by Paul Davis
parent 0e127ce41d
commit 2098e011e6
314 changed files with 689 additions and 1750 deletions

View File

@ -1,19 +0,0 @@
---
layout: default
title: About Ardour
---
<p>
<dfn>Ardour</dfn> allows you to record and edit both audio and MIDI data, add
many different kinds of effects and mix.
</p>
<p>Things you might use Ardour for include:</p>
<ul>
<li>Digitally record acoustic/electric instruments or vocals</li>
<li>Compose and arrange audio and MIDI tracks</li>
<li>Edit live recordings</li>
<li>Mix and edit movie soundtracks and dialogue</li>
<li>Create sound designs for an arbitrary number of output channels</li>
</ul>
{% children %}

View File

@ -1,11 +0,0 @@
---
layout: default
title: Introducing Ardour
---
<p>This chapter gives you a conceptual overview of Ardour and provides an example of a common workflow when creating music with the program.</p>
{% children %}

View File

@ -1,9 +0,0 @@
---
layout: default
title: Using External MIDI Devices
---

View File

@ -1,9 +0,0 @@
---
layout: default
title: Connecting Audio and MIDI Devices
---

View File

@ -1,6 +0,0 @@
---
layout: default
title: Working With Sessions
---
{% children %}

View File

@ -1,11 +0,0 @@
---
layout: default
title: Working With Playlists
---
<p>
<dfn>Playlists</dfn> are a fundamental concept in Ardour that you may or
may not end up using, depending on your workflow.
</p>
{% children %}

View File

@ -1,6 +0,0 @@
---
layout: default
title: Working With Tracks
---
{% children %}

View File

@ -1,38 +0,0 @@
---
layout: default
title: Plugin Sidebar
---
<p>
Since Version 4.5, Ardour has a plugin-sidebar on the top-left side of the
Mixer Window.
Like other elements in that sidebar it has variable height and can be hidden
by dragging it to zero-height. If it is not visible, grab the top-handle
and drag it down.
</p>
<img src="/images/a4_plugin_sidebar.png" alt="Plugin Sidebar"/>
<h2>Features</h2>
<p>
The Plugin sidebar provides easy access to common operations.
All interaction is done with the mouse and Drag/Drop.
</p>
<ul>
<li>The sidebar lists "favorite" plugins only.</li>
<li>Plugins can be dragged from the sidebar to any track or bus, which will add the plugin to that track/bus at the given position.</li>
<li>The list includes user-presets for the plugins. Dragging a preset to a given track/bus will load that preset after adding the plugin.</li>
<li>Double-click on a plugin or preset adds the given plugin to all selected tracks/busses pre-fader. Other insert positions are available from the context menu (right click).</li>
</ul>
<p>
The sidebar also allows to manage presets and favorites.
</p>
<ul>
<li>Dragging a plugin from a track into the sidebar will add it to the "favorites" and optionally create a new preset from the current settings.</li>
<li>The context-menu allows to delete presets or remove the plugin from the "favorite" list.</li>
<li>Plugins in the list can be re-ordered using drag/drop. The custom order is saved.</li>
</ul>
<p>
Note, when favorites are added with the <a href="/working-with-plugins/plugin-manager/">plugin-manager</a>, they are appended at the bottom of the list.
</p>

View File

@ -1,6 +0,0 @@
---
layout: default
title: Recording
---
{% children %}

View File

@ -1,6 +0,0 @@
---
layout: default
title: Editing and Arranging
---
{% children %}

View File

@ -1,7 +0,0 @@
---
layout: default
title: Separation
---
{% children %}

View File

@ -1,6 +0,0 @@
---
layout: default
title: Automation
---
{% children %}

View File

@ -1,6 +0,0 @@
---
layout: default
title: Mixing
---
{% children %}

View File

@ -1,7 +0,0 @@
---
layout: default
title: Exporting
---
{% children %}

View File

@ -1,8 +0,0 @@
---
layout: default
title: Synchronization
---
<p>Ardour can be synchronized with a variety of external devices and other software.</p>
{% children %}

View File

@ -1,13 +0,0 @@
---
layout: default
title: Using Control Surfaces
---
{% children %}

View File

@ -1,13 +0,0 @@
---
layout: default
title: Appendix
---
{% children %}

View File

@ -322,11 +322,6 @@ if os.access(siteDir, os.F_OK):
shutil.copytree('./source', siteDir) shutil.copytree('./source', siteDir)
# Yeah, need to make a symlink in include/ too :-P
# [this will go away when the rewrite happens]
if (os.access('include/_manual', os.F_OK) == False):
os.symlink('../_manual/', 'include/_manual')
# Read the template, and fix the stuff that's fixed for all pages # Read the template, and fix the stuff that's fixed for all pages
temp = open('page-template.txt') temp = open('page-template.txt')

View File

@ -1,7 +1,3 @@
---
layout: default
title: About Ardour documentation
---
<h2>Conventions Used In This Manual</h2> <h2>Conventions Used In This Manual</h2>
<p> <p>
@ -131,3 +127,4 @@ title: About Ardour documentation
quality, or eat your proverbial goldfish, are displayed in this way. quality, or eat your proverbial goldfish, are displayed in this way.
</p> </p>

View File

@ -1,6 +1,3 @@
---
title: Ardour's Interface
---
<p> <p>
In Ardour, work is done in two main windows: the <dfn>Editor</dfn> and the In Ardour, work is done in two main windows: the <dfn>Editor</dfn> and the
@ -118,3 +115,4 @@ title: Ardour's Interface
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Add New Notes
---
<h2>Adding new notes</h2> <h2>Adding new notes</h2>
<p> <p>
@ -46,3 +42,4 @@ title: Add New Notes
allowing you to enter notes from a virtual keyboard and lots more besides. allowing you to enter notes from a virtual keyboard and lots more besides.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Adding Pre-existing Material
---
<p> <p>
There are several ways to importing an audio or MIDI file into a There are several ways to importing an audio or MIDI file into a
@ -29,3 +25,4 @@ title: Adding Pre-existing Material
</p> </p>
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Adding Tracks, Busses and VCAs
---
<img class="right" src="/images/add-track-or-bus.png" alt="the add-track dialog" /> <img class="right" src="/images/add-track-or-bus.png" alt="the add-track dialog" />
<p>A track, bus or VCA can be added to a session in various ways:</p> <p>A track, bus or VCA can be added to a session in various ways:</p>
@ -52,3 +48,4 @@ title: Adding Tracks, Busses and VCAs
use this option with care! use this option with care!
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Additional Resources
---
<p>In addition to this documentation, you may check a variety of other <p>In addition to this documentation, you may check a variety of other
<dfn>resources</dfn>:</p> <dfn>resources</dfn>:</p>
@ -21,3 +17,4 @@ title: Additional Resources
busiest from 19:00&nbsp;UTC to 04:00&nbsp;UTC. If you can, keep your chat busiest from 19:00&nbsp;UTC to 04:00&nbsp;UTC. If you can, keep your chat
window open, so that you don't miss a belated answer. window open, so that you don't miss a belated answer.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Align (Spot) Regions
---
<p> <p>
Aligning regions (sometimes called "spotting") means moving one or more Aligning regions (sometimes called "spotting") means moving one or more
@ -20,3 +16,4 @@ title: Align (Spot) Regions
<dt>Align Region starts relative <kbd class="mod4">a</kbd></dt> <dt>Align Region starts relative <kbd class="mod4">a</kbd></dt>
<dd>Selected region(s) are moved so that the start of the earliest region is located at the current edit point, and all others maintain their relative position relative to that region</dd> <dd>Selected region(s) are moved so that the start of the earliest region is located at the current edit point, and all others maintain their relative position relative to that region</dd>
</dl> </dl>

View File

@ -1,5 +1,3 @@
---
title: Ardour Concepts
---

View File

@ -1,7 +1,3 @@
---
layout: default
title: Ardour Monitor Modes
---
<p> <p>
The table bellow details what will be seen on the meter and heard on the monitor according to Ardour's settings. The table bellow details what will be seen on the meter and heard on the monitor according to Ardour's settings.
@ -75,3 +71,4 @@ title: Ardour Monitor Modes
<tr><td>63</td><td>Audio Hardware</td><td>On</td><td>On</td><td>On</td><td>&#9654;</td><td>On</td><td>Input</td><td>HW Pass Through</td></tr> <tr><td>63</td><td>Audio Hardware</td><td>On</td><td>On</td><td>On</td><td>&#9654;</td><td>On</td><td>Input</td><td>HW Pass Through</td></tr>
<tr><td>64</td><td>Audio Hardware</td><td>On</td><td>On</td><td>On</td><td>&#9654;</td><td>Off</td><td>Input</td><td>HW Pass Through</td></tr> <tr><td>64</td><td>Audio Hardware</td><td>On</td><td>On</td><td>On</td><td>&#9654;</td><td>Off</td><td>Input</td><td>HW Pass Through</td></tr>
</table> </table>

View File

@ -1,7 +1,5 @@
---
title: Ardour Setup for Surround
---
<p class="fixme">Add content</p> <p class="fixme">Add content</p>

View File

@ -1,5 +1,3 @@
---
title: Ardour Systems
---

View File

@ -1,7 +1,5 @@
---
title: Arranging Regions
---
<p class="fixme">Add content</p> <p class="fixme">Add content</p>

View File

@ -1,5 +1,3 @@
---
title: Audio Recording
---

View File

@ -1,8 +1,3 @@
---
layout: default
title: Audio Tab
menu_title: Audio Tab
---
<p> <p>
This tab contains settings for handling audio. This tab contains settings for handling audio.
@ -150,3 +145,4 @@ audio tab"/>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Audio Track Controls
---
<p> <p>
A typical control area or <dfn>track header</dfn> for an audio track is A typical control area or <dfn>track header</dfn> for an audio track is
@ -26,3 +22,4 @@ title: Audio Track Controls
</dd> </dd>
</dl> </dl>

View File

@ -1,6 +1,3 @@
---
title: Audio/MIDI Busses Mixer Strips
---
<img class="right" src="/images/bus-mixer-strip.png" alt="A bus mixer strip"> <img class="right" src="/images/bus-mixer-strip.png" alt="A bus mixer strip">
@ -85,3 +82,4 @@ title: Audio/MIDI Busses Mixer Strips
<p class="note"> <p class="note">
Busses can be plugged to other busses, through outputs or sends. Both example workflows discussed previously, i.e. busses for grouping tracks and busses for effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a reverb bus, and be connected to a compressor bus. Busses can be plugged to other busses, through outputs or sends. Both example workflows discussed previously, i.e. busses for grouping tracks and busses for effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a reverb bus, and be connected to a compressor bus.
</p> </p>

View File

@ -1,6 +1,3 @@
---
title: Audio/MIDI Mixer Strips
---
<img class="right" src="/images/mixer-1-strip-numbered.png" alt="A mixer strip"> <img class="right" src="/images/mixer-1-strip-numbered.png" alt="A mixer strip">
@ -284,3 +281,4 @@ title: Audio/MIDI Mixer Strips
as e.g. a particular setting. The button's caption is replaced by the beginning of the text, so as e.g. a particular setting. The button's caption is replaced by the beginning of the text, so
it can be used as a "sub"name for the track. it can be used as a "sub"name for the track.
</p> </p>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Automating MIDI - Pitch bending and aftertouch
menu_title: Automating MIDI
---
<p>Adding pitch bending or aftertouch can add a lot of subtlety to an otherwise plain sounding midi region and help humanize it.</p> <p>Adding pitch bending or aftertouch can add a lot of subtlety to an otherwise plain sounding midi region and help humanize it.</p>
@ -15,3 +10,4 @@ menu_title: Automating MIDI
<p>The values can be anything between 0 (-4 semitones) to 16383 (+4 semitones). No automation or a value of 8192 means no pitch shifting.</p> <p>The values can be anything between 0 (-4 semitones) to 16383 (+4 semitones). No automation or a value of 8192 means no pitch shifting.</p>
<p>Aftertouch works very similarly, though the values are between 0 and 127. It should be noted that aftertouch differs from velocity, as aftertouch allows to slightly change the timbre or create a vibrato, while the velocity sets the power with which the note is played (e.g. on a keyboard, the key is hit).</p> <p>Aftertouch works very similarly, though the values are between 0 and 127. It should be noted that aftertouch differs from velocity, as aftertouch allows to slightly change the timbre or create a vibrato, while the velocity sets the power with which the note is played (e.g. on a keyboard, the key is hit).</p>

View File

@ -1,7 +1,5 @@
---
title: Automation
---
<p class="fixme">Add content</p> <p class="fixme">Add content</p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Aux Sends
---
<p> <p>
<dfn>Auxilliary sends</dfn> are <a <dfn>Auxilliary sends</dfn> are <a
@ -110,3 +106,4 @@ title: Aux Sends
for in-ear monitor mixes delivered in stereo. for in-ear monitor mixes delivered in stereo.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Backup and Sharing of Sessions
---
<p> <p>
An Ardour session is stored in a single folder on your computer's filesystem. An Ardour session is stored in a single folder on your computer's filesystem.
@ -25,3 +21,4 @@ title: Backup and Sharing of Sessions
session sharing as well. session sharing as well.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Balance Control
---
<p> <p>
For stereo tracks, you can now switch between the default stereo panner For stereo tracks, you can now switch between the default stereo panner
@ -20,3 +16,4 @@ control"/>
panner, it works with arbitrary content without danger of introducing panner, it works with arbitrary content without danger of introducing
comb filter artefacts. comb filter artefacts.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Basic GUI Operations
---
<p> <p>
Ardour offers a number of different ways for you to interact with it. Ardour offers a number of different ways for you to interact with it.
@ -10,3 +6,4 @@ title: Basic GUI Operations
</p> </p>
{% children %} {% children %}

View File

@ -1,5 +1,3 @@
---
title: Basic Mixing
---

View File

@ -1,8 +1,3 @@
---
layout: default
title: Behringer devices in Mackie/Logic Control Mode
menu_title: Behringer devices
---
<h2>Behringer BCF-2000 Faders Controller</h2> <h2>Behringer BCF-2000 Faders Controller</h2>
<p> <p>
@ -259,4 +254,4 @@ The surface can be broken into 8 groups of controls.
</p> </p>
<p> <p>
FIX ME FIX ME
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Bus Controls
---
<p>A typical control area or <dfn>bus header<dfn> is shown below:</p> <p>A typical control area or <dfn>bus header<dfn> is shown below:</p>
<img src="/images/typical-bus-controls.png" alt="bus controls" /> <img src="/images/typical-bus-controls.png" alt="bus controls" />
@ -28,3 +24,4 @@ title: Bus Controls
new group. For details see <a href="/working-with-tracks/track-and-bus-groups/">Track and bus groups</a>. </dd> new group. For details see <a href="/working-with-tracks/track-and-bus-groups/">Track and bus groups</a>. </dd>
</dl> </dl>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Change Note Properties
---
<p> <p>
You can view all the details about a selected note by context-clicking on You can view all the details about a selected note by context-clicking on
@ -69,3 +65,4 @@ title: Change Note Properties
<dt>Step Entry, Quantize etc.</dt> <dt>Step Entry, Quantize etc.</dt>
<dd></dd> <dd></dd>
</dl> </dl>

View File

@ -1,8 +1,3 @@
---
layout: default
style: luadoc
title: Class Reference
---
<p class="warning"> <p class="warning">
This documentation is far from complete may be inaccurate and subject to change. This documentation is far from complete may be inaccurate and subject to change.
@ -5422,3 +5417,4 @@ Pointer Classes cannot be created in lua scripts. It always requires a call to C
<!-- 476 / 2168 !--> <!-- 476 / 2168 !-->
</div> </div>
<div class="luafooter">Ardour 5.5-66-g4992ed1 &nbsp;-&nbsp; Thu, 08 Dec 2016 13:34:35 +0100</div> <div class="luafooter">Ardour 5.5-66-g4992ed1 &nbsp;-&nbsp; Thu, 08 Dec 2016 13:34:35 +0100</div>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Cleaning up Sessions
---
<p>Recording and editing any serious session might leave the session with some <p>Recording and editing any serious session might leave the session with some
unused or misplaced files here and there. Ardour can help deal with this clutter thanks unused or misplaced files here and there. Ardour can help deal with this clutter thanks
@ -68,3 +64,4 @@ title: Cleaning up Sessions
If a file is mistakenly destroyed this way, the user will have to rely on data recovery techniques to try getting it back. If a file is mistakenly destroyed this way, the user will have to rely on data recovery techniques to try getting it back.
</p> </p>

View File

@ -1,5 +1,3 @@
---
title: Clocks
---

View File

@ -1,8 +1,3 @@
---
layout: default
title: Common Region Edit Operations
menu_title: Region Editing
---
<p> <p>
This section covers a set of <dfn>region editing operations</dfn> This section covers a set of <dfn>region editing operations</dfn>
@ -59,3 +54,4 @@ view.</dd>
<dd>Inserts the currently selected regions in the Region List at the edit <dd>Inserts the currently selected regions in the Region List at the edit
point.</dd> point.</dd>
</dl> </dl>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Comparing Aux Sends and Subgroups
menu_title: Auxes vs. Groups
---
<p> <p>
Auxes and Subgroups share a common concept &mdash; they both provide a way Auxes and Subgroups share a common concept &mdash; they both provide a way
@ -22,3 +17,4 @@ menu_title: Auxes vs. Groups
</p> </p>
<img width="300px" src="/images/subgroup_routes.png" alt="sub group signal routing" /> <img width="300px" src="/images/subgroup_routes.png" alt="sub group signal routing" />

View File

@ -1,5 +1,3 @@
---
title: Configuring MIDI
---

View File

@ -0,0 +1,6 @@

View File

@ -1,6 +1,3 @@
---
title: Control Masters Mixer Strips
---
<img class="right" src="/images/vca-numbered.png" alt="A Control Master mixer strip"> <img class="right" src="/images/vca-numbered.png" alt="A Control Master mixer strip">
@ -61,3 +58,4 @@ A Control Master strip is made of (from top to bottom in the screenshot) :
multiple VCA buttons. Disconnecting a Control MAste from a track is done by unchecking this Control Master in multiple VCA buttons. Disconnecting a Control MAste from a track is done by unchecking this Control Master in
the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all Control Masters at once. the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all Control Masters at once.
</p> </p>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Control Surfaces Tab
menu_title: Control Surfaces Tab
---
<p> <p>
This tab contains settings for control surfaces. Also see This tab contains settings for control surfaces. Also see
@ -22,3 +17,4 @@ control surfaces tab"/>
<strong>Control surface remote ID:</strong> can follow the order of the mixer <strong>Control surface remote ID:</strong> can follow the order of the mixer
or be user assigned. or be user assigned.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Controlling Ardour with Mackie Control Devices
---
<p> <p>
Since Mackie and Logic made the first Logic Control Surface, Mackie Since Mackie and Logic made the first Logic Control Surface, Mackie
@ -12,3 +8,4 @@ title: Controlling Ardour with Mackie Control Devices
</p> </p>
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Controlling Ardour with OSC
---
<p> <p>
<abbr title="Open Sound Control"><dfn>OSC</dfn></abbr> lets synthesizers <abbr title="Open Sound Control"><dfn>OSC</dfn></abbr> lets synthesizers
@ -11,3 +7,4 @@ title: Controlling Ardour with OSC
</p> </p>
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Controlling Playback
---
<h2>Positioning the Playhead</h2> <h2>Positioning the Playhead</h2>
@ -57,3 +53,4 @@ title: Controlling Playback
For more information on defining and altering the loop range see For more information on defining and altering the loop range see
<a href="/working-with-markers/loop-range/">Loop Range Markers</a>. <a href="/working-with-markers/loop-range/">Loop Range Markers</a>.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Controlling Track Appearance
---
<p> <p>
Ardour offers many options for controlling the appearance of tracks, Ardour offers many options for controlling the appearance of tracks,
@ -11,3 +7,4 @@ title: Controlling Track Appearance
</p> </p>
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Controlling Track Ordering
---
<p> <p>
Ardour does not impose any particular ordering of tracks and busses in Ardour does not impose any particular ordering of tracks and busses in
@ -23,3 +19,4 @@ title: Controlling Track Ordering
</p> </p>
{% children %} {% children %}

View File

@ -1,5 +1,3 @@
---
title: Controls
---

View File

@ -1,7 +1,3 @@
---
layout: default
title: Copy Regions
---
<h2>Copy a Single Region</h2> <h2>Copy a Single Region</h2>
<p> <p>
@ -27,3 +23,4 @@ title: Copy Regions
<kbd class="mouse mod1">Middle</kbd>-drag instead. <kbd class="mouse mod1">Middle</kbd>-drag instead.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Copying The Interchange Folder
---
<p> <p>
All media in a session folder is stored in a sub-folder called All media in a session folder is stored in a sub-folder called
@ -15,3 +11,4 @@ title: Copying The Interchange Folder
application should be able to handle the files without any issues. application should be able to handle the files without any issues.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Copying versus Linking
---
<p> <p>
<dfn>Copying</dfn> and <dfn>linking</dfn> are two different methods of <dfn>Copying</dfn> and <dfn>linking</dfn> are two different methods of
@ -54,3 +50,4 @@ title: Copying versus Linking
enabled, you will not be able to link a file. enabled, you will not be able to link a file.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Corresponding Regions Selection
---
<p> <p>
<a href="/working-with-tracks/track-and-bus-groups/">Track Groups</a> have <a href="/working-with-tracks/track-and-bus-groups/">Track Groups</a> have
@ -45,3 +41,4 @@ title: Corresponding Regions Selection
cases that the fixed rules above might make cumbersome. cases that the fixed rules above might make cumbersome.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Create MIDI Regions
---
<p> <p>
Although recording MIDI is a common way to create new MIDI regions, it is Although recording MIDI is a common way to create new MIDI regions, it is
@ -18,3 +14,4 @@ title: Create MIDI Regions
<a href="/working-with-midi/add-new-notes/">Add some notes to it</a>. <a href="/working-with-midi/add-new-notes/">Add some notes to it</a>.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Create MIDI Tracks
---
<p> <p>
To create a new <dfn>MIDI track</dfn>, choose <kbd class="menu">Session &gt; To create a new <dfn>MIDI track</dfn>, choose <kbd class="menu">Session &gt;
@ -16,3 +12,4 @@ title: Create MIDI Tracks
generate audio output. generate audio output.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Create Region Fades and Crossfades
---
<p>Every Region has a fade-in and fade-out. By default, the region fade <p>Every Region has a fade-in and fade-out. By default, the region fade
is very short, and serves to de-click the transitions at the start and is very short, and serves to de-click the transitions at the start and
end of the region. By adjusting the regions fade length, a more end of the region. By adjusting the regions fade length, a more
@ -121,3 +117,4 @@ fade curve with a faster cutoff, the mathematical difference between
this and simply shortening the fade is vanishingly small; and the this and simply shortening the fade is vanishingly small; and the
amount of effort to shorten the fade is much easier than messing with a amount of effort to shorten the fade is much easier than messing with a
crossfade editor dialog.<br></p> crossfade editor dialog.<br></p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Creating Location Markers
---
<p> <p>
<dfn>Location Markers</dfn> appear in the <dfn>Locations ruler</dfn> at the top <dfn>Location Markers</dfn> appear in the <dfn>Locations ruler</dfn> at the top
@ -27,3 +23,4 @@ title: Creating Location Markers
<a href="/ardours-interface/editor-lists/ranges-and-marks-list/">Ranges &amp; Marks List</a> <a href="/ardours-interface/editor-lists/ranges-and-marks-list/">Ranges &amp; Marks List</a>
and <a href="/introducing-ardour/basic-gui-operations/editing-clocks/">Editing Clocks</a>. and <a href="/introducing-ardour/basic-gui-operations/editing-clocks/">Editing Clocks</a>.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Creating Music with Ardour
---
<p> <p>
Ardour can be used in many different ways, from extremely simple to Ardour can be used in many different ways, from extremely simple to
extremely complex. Many projects will be handled using the following extremely complex. Many projects will be handled using the following
@ -112,3 +108,4 @@ title: Creating Music with Ardour
any time, in any supported format. any time, in any supported format.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Creating Range Markers
---
<p> <p>
<dfn>Range markers</dfn> are essentially two location markers the are grouped <dfn>Range markers</dfn> are essentially two location markers the are grouped
@ -22,3 +18,4 @@ title: Creating Range Markers
&amp; Marks List</kbd> in the Editor list. &amp; Marks List</kbd> in the Editor list.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Cut and Paste Operations
---
<p> <p>
The <dfn>clipboard</dfn> is a holder for various kinds of objects (regions, The <dfn>clipboard</dfn> is a holder for various kinds of objects (regions,
@ -33,3 +29,4 @@ title: Cut and Paste Operations
The default key binding is <kbd class="mod1">v</kbd>. The default key binding is <kbd class="mod1">v</kbd>.
</p> </p>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Default Keyboard Bindings
menu-title: Key Bindings
---
<p> <p>
Almost every available function in Ardour can be bound to a keyboard Almost every available function in Ardour can be bound to a keyboard
@ -54,3 +49,4 @@ menu-title: Key Bindings
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Deleting Objects
---
<p> <p>
Within the Editor window (and to some extent within the Mixer window too), Within the Editor window (and to some extent within the Mixer window too),
@ -36,3 +32,4 @@ title: Deleting Objects
be used. be used.
</p> </p>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Devices using Mackie/Logic Control Protocol
menu_title: Mackie Control Configuring
---
<p> <p>
This will walk you through the process of configuring and using This will walk you through the process of configuring and using
@ -71,3 +66,4 @@ menu_title: Mackie Control Configuring
world uses Mackie Control Protocol. Ardour does not support HUI at world uses Mackie Control Protocol. Ardour does not support HUI at
this time. this time.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Working with MIDI
---
<p> <p>
Ardour's handling of <dfn>MIDI editing</dfn> differs from most other DAWs Ardour's handling of <dfn>MIDI editing</dfn> differs from most other DAWs
@ -65,3 +61,4 @@ title: Working with MIDI
</ul> </ul>
{% children %} {% children %}

View File

@ -1,5 +1,3 @@
---
title: Edit Mode and Tools
---

View File

@ -1,6 +1,3 @@
---
title: Edit Point Control
---
@ -71,3 +68,4 @@ title: Edit Point Control
unit selector. unit selector.
</p> </p>

View File

@ -1,5 +1,3 @@
---
title: Editing Basics
---

View File

@ -1,7 +1,3 @@
---
layout: default
title: Editing Clocks
---
<h2>Clock Modes</h2> <h2>Clock Modes</h2>
<p> <p>
@ -120,3 +116,4 @@ title: Editing Clocks
decreases it, again with a step size equal to the unit of the field you decreases it, again with a step size equal to the unit of the field you
began the drag on. began the drag on.
</p> </p>

View File

@ -1,4 +1,2 @@
---
title: Editing Regions and Selections
---

View File

@ -1,6 +1,3 @@
---
title: Editor Lists
---
<p> <p>
At the right hand side of the editor window is an optional area which provides one of a At the right hand side of the editor window is an optional area which provides one of a
@ -13,3 +10,4 @@ title: Editor Lists
</p> </p>
{% children %} {% children %}

View File

@ -1,8 +1,3 @@
---
layout: default
title: Editor Tab
menu_title: Editor Tab
---
<p> <p>
This tab contains settings that affect behavior in the <dfn>Editor</dfn> This tab contains settings that affect behavior in the <dfn>Editor</dfn>
@ -150,3 +145,4 @@ editor tab"/>
</p> </p>
</li> </li>
</ul> </ul>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Export Dialog
---
<p> <p>
When you have finished mixing your session, you probably want to export it to a sound When you have finished mixing your session, you probably want to export it to a sound
@ -100,3 +96,4 @@ case.
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Export Format Profiles
---
<h2>Export Format Profiles</h2> <h2>Export Format Profiles</h2>
@ -134,3 +130,4 @@ like. Currently these are:
Any part of the command-line enclosed in double-quotes (") will be used as-is. Any part of the command-line enclosed in double-quotes (") will be used as-is.
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: External Sends
---
<p> <p>
Like a normal aux send, an <dfn>external send</dfn> taps the signal at a Like a normal aux send, an <dfn>external send</dfn> taps the signal at a
@ -59,3 +55,4 @@ title: External Sends
of the send. of the send.
</p> </p>

View File

@ -1,5 +1,3 @@
---
title: Fades and Crossfades
---

View File

@ -1,8 +1,3 @@
---
layout: default
title: Fades Tab
menu_title: Fades Tab
---
<img src="/images/a4_session_properties_fades.png" alt="session properties fades tab"/> <img src="/images/a4_session_properties_fades.png" alt="session properties fades tab"/>
@ -26,3 +21,4 @@ menu_title: Fades Tab
</li> </li>
</ul> </ul>

View File

@ -1,9 +1,3 @@
---
title: Favorite Plugins Window
---
<img class="right" src="/images/favorite-plugins.png" alt="Favorite Plugins wind
ow">
<p> <p>
The <dfn>Favorite Plugins</dfn> window is on the top-left side of the <dfn>Mixer Window</dfn>. Like other elements in that window it has variable height and can be hidden by dragging it to zero-height. If it is not visible, the top-handle can be grabbed and dragged down to reveal it. The <dfn>Favorite Plugins</dfn> window is on the top-left side of the <dfn>Mixer Window</dfn>. Like other elements in that window it has variable height and can be hidden by dragging it to zero-height. If it is not visible, the top-handle can be grabbed and dragged down to reveal it.
@ -15,13 +9,12 @@ ow">
<h2>Features</h2> <h2>Features</h2>
<img class="right" src="/images/mixer-to-fav-dnd.png" alt="Dragging plugin to Favorites window">
<p> <p>
The Favorite Plugins window provides easy access to frequently used plugins: The Favorite Plugins window provides easy access to frequently used plugins:
</p> </p>
<ul> <ul>
<li>Plugins can be dragged from the window to any track or bus <a href="@@processor-box"><dfn>processor box</dfn></a>, which will add the plugin to that track or bus at the given position.</li> <li>Plugins can be dragged from the window to any track or bus <a href="/working-with-plugins/processor-box/"><dfn>processor box</dfn></a>, which will add the plugin to that track or bus at the given position.</li>
<li>The list includes user-presets for the plugins. Dragging a preset to a given track or bus will load that preset after adding the plugin.</li> <li>The list includes user-presets for the plugins. Dragging a preset to a given track or bus will load that preset after adding the plugin.</li>
<li>Double-clicking on a plugin or preset adds the given plugin to all selected tracks/busses pre-fader. Other insert positions are available from the context menu (right click).</li> <li>Double-clicking on a plugin or preset adds the given plugin to all selected tracks/busses pre-fader. Other insert positions are available from the context menu (right click).</li>
<li>Dragging a plugin from a track into the window will add it to the list and optionally create a new preset from the current settings. The horizontal line in the list shows the spot where the plugin will land.</li> <li>Dragging a plugin from a track into the window will add it to the list and optionally create a new preset from the current settings. The horizontal line in the list shows the spot where the plugin will land.</li>
@ -30,6 +23,6 @@ ow">
</ul> </ul>
<p class="note"> <p class="note">
When favorites are added with the <a href="@@plugin-manager">Plugin Manager</a>, they are appended to the bottom of the list. When favorites are added with the <a href="/working-with-plugins/plugin-manager/">Plugin Manager</a>, they are appended to the bottom of the list.
</p> </p>

View File

@ -1,6 +1,6 @@
---
title: Favorite Plugins Window <img class="right" src="/images/favorite-plugins.png" alt="Favorite Plugins wind
--- ow">
<p> <p>
The <dfn>Favorite Plugins</dfn> window is on the top-left side of the <dfn>Mixer Window</dfn>. Like other elements in that window it has variable height and can be hidden by dragging it to zero-height. If it is not visible, the top-handle can be grabbed and dragged down to reveal it. The <dfn>Favorite Plugins</dfn> window is on the top-left side of the <dfn>Mixer Window</dfn>. Like other elements in that window it has variable height and can be hidden by dragging it to zero-height. If it is not visible, the top-handle can be grabbed and dragged down to reveal it.
@ -12,12 +12,13 @@ title: Favorite Plugins Window
<h2>Features</h2> <h2>Features</h2>
<img class="right" src="/images/mixer-to-fav-dnd.png" alt="Dragging plugin to Favorites window">
<p> <p>
The Favorite Plugins window provides easy access to frequently used plugins: The Favorite Plugins window provides easy access to frequently used plugins:
</p> </p>
<ul> <ul>
<li>Plugins can be dragged from the window to any track or bus <a href="/working-with-plugins/processor-box/"><dfn>processor box</dfn></a>, which will add the plugin to that track or bus at the given position.</li> <li>Plugins can be dragged from the window to any track or bus <a href="@@processor-box"><dfn>processor box</dfn></a>, which will add the plugin to that track or bus at the given position.</li>
<li>The list includes user-presets for the plugins. Dragging a preset to a given track or bus will load that preset after adding the plugin.</li> <li>The list includes user-presets for the plugins. Dragging a preset to a given track or bus will load that preset after adding the plugin.</li>
<li>Double-clicking on a plugin or preset adds the given plugin to all selected tracks/busses pre-fader. Other insert positions are available from the context menu (right click).</li> <li>Double-clicking on a plugin or preset adds the given plugin to all selected tracks/busses pre-fader. Other insert positions are available from the context menu (right click).</li>
<li>Dragging a plugin from a track into the window will add it to the list and optionally create a new preset from the current settings. The horizontal line in the list shows the spot where the plugin will land.</li> <li>Dragging a plugin from a track into the window will add it to the list and optionally create a new preset from the current settings. The horizontal line in the list shows the spot where the plugin will land.</li>
@ -26,5 +27,7 @@ title: Favorite Plugins Window
</ul> </ul>
<p class="note"> <p class="note">
When favorites are added with the <a href="/working-with-plugins/plugin-manager/">Plugin Manager</a>, they are appended to the bottom of the list. When favorites are added with the <a href="@@plugin-manager">Plugin Manager</a>, they are appended to the bottom of the list.
</p> </p>

View File

@ -1,7 +1,5 @@
---
title: File and Session Management and Compatibility
---
<p class="fixme">Add content</p> <p class="fixme">Add content</p>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Filenames Tab
menu_title: Filenames Tab
---
<img src="/images/a4_session_properties_filenames.png" alt="session properties filenames tab"/> <img src="/images/a4_session_properties_filenames.png" alt="session properties filenames tab"/>
@ -26,3 +21,4 @@ menu_title: Filenames Tab
end of the take name will incremented by 1. If the track name specified doen't have end of the take name will incremented by 1. If the track name specified doen't have
a number on the end, the number 1 will be suffixed. a number on the end, the number 1 will be suffixed.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Files and Directories Ardour Knows About
---
<h2>Configuration Directory</h2> <h2>Configuration Directory</h2>
<p> <p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Fundamental Concepts
---
<p>Ardour's MIDI editing is based on two basic principles:</p> <p>Ardour's MIDI editing is based on two basic principles:</p>
<ol> <ol>
@ -34,3 +30,4 @@ title: Fundamental Concepts
notes from one region to another. You can, of course, copy and paste the notes from one region to another. You can, of course, copy and paste the
region(s), just as with audio. region(s), just as with audio.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Generic MIDI and Encoders
---
<p> <p>
Encoders are showing up more frequently on controllers. However, they use Encoders are showing up more frequently on controllers. However, they use
@ -54,3 +50,4 @@ title: Generic MIDI and Encoders
Many controllers have more than one choice as well, check the manual for Many controllers have more than one choice as well, check the manual for
the surface. the surface.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Generic MIDI Binding Maps
---
<p> <p>
Ardour 2.X supported Ardour 2.X supported
@ -394,3 +390,4 @@ bindings"&gt;
</p> </p>
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Generic MIDI Learn
---
<h2>Philosophy</h2> <h2>Philosophy</h2>
<p> <p>
@ -42,3 +38,4 @@ session, the simplest thing to do is to use <kbd class="menu">Session &gt; Save
Template</kbd>. Then, when creating new sessions, select that template and Template</kbd>. Then, when creating new sessions, select that template and
all the bindings will be automatically set up for you. all the bindings will be automatically set up for you.
</p> </p>

View File

@ -1,7 +1,3 @@
---
layout: default
title: Generic Midi Surface Control
---
<p> <p>
Generic Midi allows synthesizers and other devices communicate with Generic Midi allows synthesizers and other devices communicate with
@ -16,3 +12,4 @@ title: Generic Midi Surface Control
</p> </p>
{% children %} {% children %}

View File

@ -1,7 +1,3 @@
---
layout: default
title: Getting Plugins
---
<p> <p>
The following list shows <dfn>plugin packages</dfn>. In some cases, The following list shows <dfn>plugin packages</dfn>. In some cases,
@ -137,3 +133,4 @@ title: Getting Plugins
just work. just work.
</p> </p>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Misc Tab
menu_title: Misc Tab
---
<p> <p>
This tab contains settings that do not belong on the other tabs. This tab contains settings that do not belong on the other tabs.
@ -147,3 +142,4 @@ misc tab"/>
</ul> </ul>
</ul> </ul>

View File

@ -1,8 +1,3 @@
---
layout: default
title: Global Preferences Dialog
menu_title: Global Preferences
---
<p> <p>
These preferences apply to all Ardour sessions. These preferences apply to all Ardour sessions.
@ -12,3 +7,4 @@ menu_title: Global Preferences
dialog"/> dialog"/>
{% children %} {% children %}

Some files were not shown because too many files have changed in this diff Show More