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.
19 lines
644 B
HTML
19 lines
644 B
HTML
|
|
<p>
|
|
Ardour splits its configuration options into two categories:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Global <dfn>preferences</dfn> control general workflow and system
|
|
configuration, and should apply to all sessions. They are located in
|
|
<kbd class="menu">Edit > Preferences</kbd> and stored in
|
|
Ardour's <dfn>user configuration file</dfn> in your home directory.
|
|
</li>
|
|
<li><dfn>Session properties</dfn> control aspects of the workflow or
|
|
configuration that pertain to the current session only. You can find them
|
|
in <kbd class="menu">Session > Properties</kbd>, and they will be stored
|
|
in the session file.
|
|
</li>
|
|
</ul>
|
|
|