Cue: document the visual look of isolated trigger slots

This commit is contained in:
Alexandre Prokoudine 2022-07-18 20:09:29 +03:00 committed by Paul Davis
parent 7db61b5fe2
commit f4823f42bc
1 changed files with 20 additions and 3 deletions

View File

@ -87,8 +87,25 @@
<h2>Cue Isolate</h2>
<p>
When you play the entire cue, all slots that belong to it get triggered.
When an entire cue is played, all slots that belong to it get triggered.
<dfn>Solo Isolate</dfn> is a way to disable that for selected slots.
An isolated slot will only be triggered when you send either mouse-down
or note-on event directly to it.
An isolated slot will only be triggered when either mouse-down or note-on
event is sent directly to it.
</p>
<p>
Isolated slots are visually separated from others: they have a linear
black-to-transparent gradient fill in the background of the trigger button.
</p>
<figure>
<img style="width:50%;" src="/images/isolated-trigger-slots.png" alt="Isolated trigger slots">
<figcaption>
Isolated trigger slots
</figcaption>
</figure>
<p>
On the screenshot above, the Bass, Lead Synth and El Piano tracks all have
at least one isolated trigger slot.
</p>