From: Alexandre Prokoudine Date: Tue, 19 Jul 2022 17:01:10 +0000 (+0300) Subject: Cue: Cue window elements X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=6118db163f8d0fa98f42d3035e0fa4237633282f Cue: Cue window elements --- diff --git a/include/cue-window-elements.html b/include/cue-window-elements.html index 13b6694..d5233e1 100644 --- a/include/cue-window-elements.html +++ b/include/cue-window-elements.html @@ -1,78 +1,102 @@

For cues, Ardour generally follows the design pattern of other applications - that support a grid-based non-linear workflow. Here are themain elements - of the Cue window. + that support a grid-based non-linear workflow.

- + + +

The main elements of the Cue window are:

    -
  1. Grid comprised of tracks and cues
  2. -
  3. Processor box
  4. -
  5. Per-track controls
  6. -
  7. Sidebar with the tabs: Clips, Tracks, Sources, Regions
  8. -
  9. Bottom bar with options for clips and trigger slots
  10. +
  11. Grid of tracks and cues, playback indicators
  12. +
  13. Mixer channel section
  14. +
  15. Clip and trigger slot options
  16. +
  17. Sidebar: Clips, Tracks, Sources, and Regions

Grid

-

Grid: tracks and cues. FIXME

- -

Slot: launch indicator, title, follow action indicator. FIXME +

+ The trigger slots grid is comprised of tracks (stacked + horizontally) and cues (stacked vertically). Tracks group clips played + by roughly the same instrument (or set of instruments, in case of drums + and percussion). Cues group clips that will be played simultaneously. +

-

Playback Indication

+

+ Every trigger slot with a clip inside contains three elements: + launch button/indicator, clip title, and follow action selector/indicator. +

-

FIXME

+

+ The playback indication area displays four pieces of data for + each track: +

-

Processor Box

+

- Similarly to the ordinary track, this is where you assign a virtual - instrument to a MIDI track and/or add effects to be applied to all clips - in a track regardless of what scene they belong to. + This chapter provides more information + on playback in the Cue window.

-

Per-Track Controls

+

Mixer channel section

- Again, similarly to ordinary tracks, this is where you tweak the fader - and panner positions, mute or solo an entire track. + The mixer channel section is very similar to what's available in the + Mixer window: there's the processor + box, the same panner, as well as the + mute and the solo buttons. Both the fader + and the meter are horizontal, there is no choice for a type of meter.

-

Sidebar

+

Clip and trigger slot options

- Ardour defaults to displaying the Clips tab as the clips browser - is commonly used for pulling reusable clips into the project. + The bottom section contains several groups of controls:

+ + +

Sidebar

+

- You can also access the list of tracks, which in the context of the Cue - window is mostly useful to mark a track as visible or not visible in the - Cue window. + Ardour defaults to displaying the Clips tab + as the clips browser is commonly used for pulling reusable clips into + the project.

- Additionally, you can pick a source or a region in the Sources - or Regions tabs respectively and drop them in the Clips - tab to copy a reusable item to your custom library of clips. + In the Cue context, the Tracks tab is mostly useful for marking + a track as visible or not visible in the Cue window.

-

Bottom Bar

-

- The bottom bar contains three or four groups of controls depending on the - type of a clip, audio or MIDI. + Both the Sources and the Regions tabs can work as + drag-and-drop sources for:

diff --git a/source/images/cue-window-elements.png b/source/images/cue-window-elements.png new file mode 100644 index 0000000..9460f6a Binary files /dev/null and b/source/images/cue-window-elements.png differ