]> Shamusworld >> Repos - ardour-manual/blob - include/session-misc-tab.html
More CSS simplification, hopefully no visual change. Made the left bar active title...
[ardour-manual] / include / session-misc-tab.html
1
2 <p>
3   This tab has several things that don't fit on the other tabs.
4 </p>
5
6 <figure>
7     <img src="/images/a4_session_properties_misc.png" alt="Session properties misc tab">
8     <figcaption>
9       Session properties misc tab
10     </figcaption>
11 </figure>
12
13 <ul>
14   <li>
15     <dfn>MIDI Options</dfn>
16     <ul>
17       <li>
18         If <dfn>MIDI region copies are independent</dfn> is selected, when a
19         MIDI region is copied or duplicated, the new region is not linked to
20         the region it was copied from.  If it is not selected, the copied regions
21         are linked and any editing of one of the linked regions changes all
22         of the linked regions.
23       </li>
24       <li>
25         The <dfn>Editor</dfn> can be configured to handle overlapping MIDI notes
26         several ways.
27         <ul>
28           <li>never allow them</li>
29           <li>don't do anything in particular</li>
30           <li>replace any overlapped existing notes</li>
31           <li>shorten the overlapped existing note</li>
32           <li>shorten the overlapped new note</li>
33           <li>replace both overlapping notes with a single note</li>
34         </ul>
35       </li>
36     </ul>
37   </li>
38   <li>
39     <dfn>Glue to bars and beats</dfn>
40     <ul>
41       <li>New markers can be glued to bars and beats</li>
42       <li>New regions can be glued to bars and beats</li>
43     </ul>
44   </li>
45   <li>
46     Settings from the session properties dialogs can be saved to the
47     default session template.
48   </li>
49 </ul>
50