]> Shamusworld >> Repos - ardour-manual/blob - include/the-window-menu.html
df007abe90aa72ddcbc52253ca25bca62afce09d
[ardour-manual] / include / the-window-menu.html
1
2 <p>
3         The <dfn>Window</dfn> menu deals with the layout of the different windows, and their visibility.
4 </p>
5
6 <table class="dl">
7         <tr><th>&square; Audio/MIDI Setup</th><td>Shows the <a href="@@audio-midi-setup"><kbd class="menu">Audio/MIDI Setup</kbd> window</a>, where the sound system configuration can be modified</td></tr>
8
9         <tr><th>Editor</th><td></td></tr>
10                 <tr><th class="sub1">Show Editor</th><td>Switches to the Editor view</td></tr>
11                 <tr><th class="sub1">Hide</th><td>Hides the Editor, hence showing the Mixer when the windows are attached</td></tr>
12                 <tr><th class="sub1">Attach</th><td>If the Editor window is detached, separated from the main window, attach it back</td></tr>
13                 <tr><th class="sub1">Detach</th><td>If the Editor is attached to the main window, detach it (makes the Editor a separated window, useful for multi-monitor setup)</td></tr>
14         <tr><th>Mixer</th><td></td></tr>
15                 <tr><th class="sub1">Show Mixer/Hide/Attach/Detach</th><td>Same as for the Editor, for the <em>Mixer</em> window</td></tr>
16         <tr><th>Recorder</th><td></td></tr>
17                 <tr><th class="sub1">Show Recorder/Hide/Attach/Detach</th><td>Same as for the Editor, for the <em>Recorder</em> window</td></tr>
18         <tr><th>Preferences</th><td></td></tr>
19                 <tr><th class="sub1">Show/Hide/Attach/Detach</th><td>Same as for the Editor, for the <em>Preferences</em> window</td></tr>
20         <tr><th>Meterbridge</th><td>Shows the <a href="@@metering-in-ardour"><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</td></tr>
21         <tr><th>&square; Locations</th><td>Opens the <a href="@@the-ranges-and-marks-lists"><kbd class="menu">Ranges and Marks</kbd> window</a>, a single point of control for all range and location markers</td></tr>
22         <tr><th>&square; Big Clock</th><td>Opens the <a href="@@transport-clocks">Main Clock</a> as its own separate (and huge) window, which is helpful when recording</td></tr>
23         <tr><th>&square; Transport Controls</th><td>Opens a floating <a href="@@transport-bar">Transport Bar</a> as its own separate window</td></tr>
24         <tr><th>&square; Virtual Keyboard</th><td>Opens up the <a href="@@virtual-keyboard">virtual MIDI keyboard</a>. If a MIDI track is selected (or many), this keyboard can be used as an hardware device would.</td></tr>
25         
26         <tr><th>&square; Video Monitor</th><td>If a <a href="@@video-timeline-and-monitoring">video</a> has been imported in the session, opens a video window (namely, <em>Xjadeo</em>), synced to the timeline</td></tr>
27         
28         <tr><th>&square; Audio Connections</th><td>Opens the <a href="@@patchbay"><kbd class="menu">Audio Connection Manager</kbd> window</a>, a way to make connections to, from and within Ardour's mixer</td></tr>
29         <tr><th>&square; MIDI Connections</th><td>Same as above, for the MIDI connections</td></tr>
30
31         <tr><th>&square; Tracks and Busses</th><td>Opens the <kbd class="menu">Tracks and Busses</kbd> window, which is a shortcut to many tracks/busses operations (routing, effects, &hellip;)</td></tr>
32         <tr><th>&square; Bundle Manager</th><td>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</td></tr>
33
34         <tr><th>&square; Plugin Manager</th><td>Opens the Plugin Manager, a dedicated tool to deal with plugins, add new ones, and troubleshoot all plugin-related issues</td></tr>
35
36         <tr><th>Scripting</th><td>Opens the <a href="@@lua-scripting">Script console</a> window where LUA scripts can be edited and run</td></tr>
37         <tr><th>Templates</th><td>Opens the <a href="@@session-templates">Template Manager</a> window, for both sessions and tracks templates managment</td></tr>
38         <tr><th>&square; Transport Masters</th><td>Opens the Transport masters window, where all the timecode sources are shown to be selected and/or synchronized</td></tr>
39         <tr><th>&square; Keyboard Shortcuts</th><td>Opens up a <a href="@@default-keyboard-bindings">Keyboard Shortcuts window</a>, which allows for easy creation or modification of any keyboard binding</td></tr>
40
41         <tr><th>&square; Plugin DSP Load</th><td>Opens a window showing all the active effects, plugins, etc&hellip; with bar-graphs showing the induced DSP load latency</td></tr>
42         <tr><th>&square; Performance Meters</th><td>Opens a window showing the current system's load. Considering the buffer size, how much of it is spent idle or processing, and what takes processing time (engine or session)</td></tr>
43         
44         <tr><th>Midi Tracer</th><td>Opens the <kbd class="menu">MIDI Tracer</kbd> window, allowing to follow each and every MIDI message entering or leaving Ardour</td></tr>
45         <tr><th>&square; Log</th><td>Shows the <kbd class="menu">Log</kbd> window, where Ardour lists useful information, warnings and errors</td></tr>
46 </table>