Documenting the Window and Help menus

This commit is contained in:
Ed Ward 2017-01-16 19:38:18 +01:00
parent 178adc8e7d
commit 4a898e4a87
2 changed files with 44 additions and 45 deletions

View File

@ -2,39 +2,35 @@
title: The Window Menu title: The Window Menu
--- ---
<p class="fixme">Describe the items</p> <p>
The <dfn>Window</dfn> menu deals with the layout of the different windows, and their visibility.
</p>
<dl>
<dt>[] Audio/MIDI Setup</dt><dd>Shows the <a href="/working-with-sessions/new-session-dialog/"><kbd class="menu">Audio/MIDI Setup</kbd> window</a>, where the sound system configuration can be modified</dd>
Window <dt>Editor</dt>
[] Audio/MIDI Setup <dt class="sub1">Show</dt><dd>Switches to the Editor view</dd>
--- <dt class="sub1">Hide</dt><dd>Hides the Editor, hence showing the Mixer when the windows are attached</dd>
Editor <dt class="sub1">Attach</dt><dd>If the Editor window is detached, separated from the main window, attach it back</dd>
Show <dt class="sub1">Detach</dt><dd>If the Editor is attached to the main window, fetach it (makes the Editor a separated window, usefull for multi-monitor setup)</dd>
Hide <dt>Mixer</dt>
Attach <dt class="sub1">Show/Hide/Attach/Detach</dt><dd>Same as for the Editor, for the <em>Mixer</em> window</dd>
Detach <dt>Preferences</dt><dd></dd>
Mixer <dt class="sub1">Show/Hide/Attach/Detach</dt><dd>Same as for the Editor, for the <em>Preferences</em> window</dd>
Show <dt>Meterbridge</dt><dd>Shows the <a href="/meters/"><kbd class="menu">Meterbridge</kbd> window</a>, that displays all the tracks' meter at once and their recording status, and is very handy for multitrack recording</dd>
Hide <dt>Scripting</dt><dd>Opens the <a href="/lua-scripting/"><kbd class="menu">Lua Scripting</kbd> window</a>, allowing to edit and run Lua scripts</dd>
Attach
Detach <dt>[] Tracks and Busses</dt><dd>Opens the <kbd class="menu">Tracks and Busses</kbd> window, which is a shortcut to many tracks/busses operations (routing, effects, ...)</dd>
Preferences <dt>[] Locations</dt><dd><dd>Opens the <a href="/ardours-interface/the-editor/the-editor_s-lists/ranges-and-marks-list/"><kbd class="menu">Ranges and Marks</kbd> window</a>, a single point of control for all range and location markers</dd>
Show <dt>[] Binding Editor</dt><dd>Opens the <a href="/default-keyboard-bindings/"><kbd class="menu">Key Bindings</kbd> window</a>, which allows for easy creation or modification of any keyboard shortcut</dd>
Hide <dt>[] Bundle Manager</dt><dd>Opens the <kbd class="menu">Bundle Manager</kbd> window, allowing to create and manage <em>Bundles</em>, which are a way to simplify connection management, by defining groups of ports</dd>
Attach <dt>[] Big Clock</dt><dd>Opens the <a href="/ardours-interface/transport-bar-and-times/times/">Main Clock</a> as its own separate (and huge) window, which is helpfull when recording</dd>
Detach
Meterbridge <dt>[] Video Monitor</dt><dd>If a <a href="/video-timeline/">video</a> has been imported in the session, opens a video window (namely, <em>Xjadeo</em>), synced to the timeline</dd>
Scripting
--- <dt>Midi Tracer</dt><dd>Opens the <kbd class="menu">MIDI Tracer</kbd> window, allowing to follow each and every MIDI message entering or leaving Ardour</dd>
[] Tracks and Busses <dt>[] Audio Connections</dt><dd>Opens the <a href="/signal-routing/Patchbay/"><kbd class="menu">Audio Connection Manager</kbd> window</a>, a way to make connections to, from and within Ardour's mixer</dd>
[] Locations <dt>[] MIDI Connections</dt><dd>Same as above, for the MIDI connections</dd>
[] Binding Editor <dt>[] Log</dt><dd>Shows the <kbd class="menu">Log</kbd> window, where Ardour lists usefull information, warnings and errors</dd>
[] Bundle Manager </dl>
[] Big Clock
---
[] Video Monitor
---
Midi Tracer
[] Audio Connections
[] MIDI Connections
[] Log

View File

@ -2,15 +2,18 @@
title: The Help Menu title: The Help Menu
--- ---
<p class="fixme">Describe the items</p> <p>
The <dfn>Help</dfn> Menu gives acces to usefull information about Ardour.
</p>
Help <dl>
[] About <dt>[] About</dt><dd>Shows the <kbd class="menu">About Ardour</kbd> window, which contains information about the version, config, authors,and license of Ardour</dd>
Chat <dt>Chat</dt><dd>This is a shortcut to the webchat version of the Freenode IRC channel of Ardour, where the developpers meet, and questions can be asked if the Manual is not enough</dd>
Manual <dt>Manual</dt><dd>Link to a FLOSSManual guide to Ardour</dd>
Reference <dt>Reference</dt><dd>Link to this manual, hosted on ardour.org</dd>
User Forums <dt>User Forums</dt><dd>Link to ardour.org's user forum</dd>
How to Report a Bug <dt>How to Report a Bug</dt><dd>Link to an helping page about reporting bugs</dd>
Report a Bug <dt>Report a Bug</dt><dd>Link to Ardour's Mantis bugtracker</dd>
Ardour Website <dt>Ardour Website</dt><dd>Link to Ardour's main and official website</dd>
Ardour Development <dt>Ardour Development</dt><dd>Link to the developpers' part of the official website</dd>
</dl>