]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
Documenting the Session menu and the Transport menu, listing the others
authorEd Ward <edwsaintesprit@hotmail.com>
Sat, 14 Jan 2017 20:21:58 +0000 (21:21 +0100)
committerEd Ward <edwsaintesprit@hotmail.com>
Sat, 14 Jan 2017 20:21:58 +0000 (21:21 +0100)
_manual/05_ardours-interface/04_the-editor/05_the-summary.html
_manual/27_ardours_interface.html [deleted file]
source/css/app.css

index d67caf95c125ca21438fb995c9d0b8f1869267bf..eef617f47f6a5d360d14ea73d0ca5ef1c21eedf1 100644 (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>
-
diff --git a/_manual/27_ardours_interface.html b/_manual/27_ardours_interface.html
deleted file mode 100644 (file)
index 337fa45..0000000
+++ /dev/null
@@ -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 %}
index 4a9fb5d1f1b8b10d498e6df637f0f1f10b6e15ac..630185bba3fbe8518bf7e1f760346c6ed4981bf4 100644 (file)
     font-weight: normal;
 }
 
+#content dt.sub1 {
+    padding-left: 2em;
+}
+
+#content dt.sub2 {
+    padding-left: 4em;
+}
+
+
 #content figure {
     display: table;
 }