dfec6899ef
This includes fixing em-dashes, badly spaced colons, various misspellings, removal of spurious {% %} constructs, conversion of <br /> to <br> (still too many <br>s kicking around), and initial light cleanup of a few sections that caught my eye.
27 lines
784 B
HTML
27 lines
784 B
HTML
|
|
<p>
|
|
It is very useful to be able to tag different locations in a session for
|
|
later use when editing and mixing. Ardour supports both
|
|
<dfn>locations</dfn>, which define specific positions in time,
|
|
and <dfn>ranges</dfn> which define a start and end position in time.
|
|
</p>
|
|
<p>
|
|
In addition to the standard location markers, there are three kinds of
|
|
special markers:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<dfn>CD markers</dfn> are locations that are restricted to legal
|
|
<dfn>CD sector boundaries</dfn>. They can be used to add track index
|
|
markers to compact disc images.
|
|
</li>
|
|
<li>
|
|
The <dfn>Loop range</dfn> defines the start end end points for Looping.
|
|
</li>
|
|
<li>
|
|
The <dfn>punch range</dfn> defines the in and out points for punch
|
|
recording.
|
|
</li>
|
|
</ul>
|
|
|