Documenting the Session menu and the Transport menu, listing the others

This commit is contained in:
Ed Ward 2017-01-14 21:21:58 +01:00
parent bbc044f232
commit 1375773602
3 changed files with 11 additions and 44 deletions

View File

@ -24,9 +24,8 @@ title: The Summary
<p>The Summary also doubles as a navigator:</p>
<ul>
<li>the arrows on the left allow to scroll the view horizontally, by 1 length of the veiw each time</li>
<li>the arrows on the left allow to scroll the view horizontally, by 1 length of the view each time</li>
<li>the arrows on the right allow to scroll vertically, by 1 track each time</li>
<li>the white rectangle can be dragged anywhere on the session, moving the view accordingly</li>
<li>each border and corner of the white square can be resized, changing the view accordingly</li>
<li>each border and corner of the white square can be resized, zooming in and out accordingly</li>
</ul>

View File

@ -1,41 +0,0 @@
---
layout: default
title: Ardour's Interface
---
<p>
In Ardour, you work in two main windows: the <dfn>Editor</dfn> and the
<dfn>Mixer</dfn>.
</p>
<figure>
<img src="/images/editor_split.png" alt="Ardour's mixer window">
<img src="/images/mixer_split.png" alt="Ardour's editor window">
<figcaption>
<ol class="multicol4">
<li>Main menu</li>
<li>Status bar</li>
<li>Transport bar & Times</li>
</ol><ol class="multicol4" start="4">
<li>Mode switch</li>
<li>The <dfn>Editor</dfn> window</li>
<li>a track's mixer strip</li>
</ol><ol class="multicol4" start="7">
<li>Editors List</li>
<li>The <dfn>Mixer</dfn> window</li>
<li>Favorite plugins</li>
</ol><ol class="multicol4" start="10">
<li>Track list</li>
<li>Group list</li>
<li>Master strip</li>
</ol>
</figcaption>
</figure>
<p>
To switch between those windows, use the buttons (#4 Mode switch in the upper right),
the shortcut <kbd class="mod2">M</kbd>, or the menu
<kbd class="menu">Window > Editor <em>(or Mixer)</em> > Show</kbd>.
Both windows can be visible at the same time (eg. for a multi-monitor
setup) using <kbd class="menu">Detach</kbd> in the same menu.</p>
{% children %}

View File

@ -171,6 +171,15 @@
font-weight: normal;
}
#content dt.sub1 {
padding-left: 2em;
}
#content dt.sub2 {
padding-left: 4em;
}
#content figure {
display: table;
}