]> Shamusworld >> Repos - ardour-manual/commitdiff
Cue: document the visual look of isolated trigger slots
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Mon, 18 Jul 2022 17:09:29 +0000 (20:09 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:16:14 +0000 (09:16 -0600)
include/clip-launch-options.html

index d4a2c00258c2ce4b99ef808cb6bf94c80de3721d..504f610964406d6e6cf20242bc6472da6b884bf3 100644 (file)
 <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>
\ No newline at end of file