18 lines
660 B
HTML
18 lines
660 B
HTML
|
---
|
||
|
layout: default
|
||
|
title: Preferences and Session Properties
|
||
|
---
|
||
|
|
||
|
|
||
|
|
||
|
<p>Ardour splits preferences into two categories:</p>
|
||
|
<ul>
|
||
|
<li>Settings that should logically apply to all sessions, because they are based on user workflow or system configuration
|
||
|
</li>
|
||
|
<li>Settings that are per session, because they depend or reflect session content or design
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>There are two separate (but similarly designed) dialogs, one under <code>Edit > Preferences</code> for the first category of preferences and <code>Session > Properties</code> for the second. Each window uses tabs to group a set of preferences</p>
|
||
|
|
||
|
{% children %}
|