]> Shamusworld >> Repos - ardour-manual/commitdiff
Cue: add icons to the table covering launch styles
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Tue, 12 Jul 2022 16:40:43 +0000 (19:40 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:16:14 +0000 (09:16 -0600)
include/clip-launch-options.html
source/images/cue-launch-style-all-icons.png [deleted file]
source/images/launch-style-icons-gate.png [new file with mode: 0644]
source/images/launch-style-icons-repeat.png [new file with mode: 0644]
source/images/launch-style-icons-retrigger.png [new file with mode: 0644]
source/images/launch-style-icons-toggle.png [new file with mode: 0644]
source/images/launch-style-icons-trigger.png [new file with mode: 0644]

index b1ea3db75cffcb547a94b439a9cf11770deb85e3..155fcb510305e941421c82404e9c3c9f6ee90402 100644 (file)
 
 <p>FIXME THE ENTIRE TABLE</p>
 
-<table class="dl">
-  <tr><th><kbd class="menu">Trigger</kbd></th>
-  <td>You click and it starts playing until it stops; mouse up and note-off are ignored</td></tr>
-  <tr><th><kbd class="menu">Retrigger</kbd></th>
-  <td>Mouse down or note-on starts or retriggers; mouse up and note-off FIXME</td></tr>
-  <tr><th><kbd class="menu">Gate</kbd></th>
-  <td>plays only as long as you press the play button, quantization setting defines how soon it starts and ends after pressing the button down. Runs till mouse up/note off then to next quantization</td></tr>
-  <tr><th><kbd class="menu">Toggle</kbd></th>
-  <td>Keeps looping until you click it again. runs till next mouse down/NoteOn</td></tr>
-  <tr><th><kbd class="menu">Repeat</kbd></th>
-  <td>Keeps looping, but when you press and hold, it starts from the beginning and plays as far as quantization setting goes, e.g. 1/16 means it repeats the first 1/16 of a bar. plays only quantization extent until mouse up/note off</td></tr>
+<table>
+  <tr>
+    <th><kbd class="menu">Trigger</kbd></th>
+    <td width="100px"><img src="/images/launch-style-icons-trigger.png" /></td>
+    <td>You click and it starts playing until it stops; mouse up and note-off are ignored</td></tr>
+  <tr>
+    <th><kbd class="menu">Retrigger</kbd></th>
+    <td width="100px"><img src="/images/launch-style-icons-retrigger.png" /></td>
+    <td>Mouse down or note-on starts or retriggers; mouse up and note-off FIXME</td></tr>
+  <tr>
+    <th><kbd class="menu">Gate</kbd></th>
+    <td width="100px"><img src="/images/launch-style-icons-gate.png" /></td>
+    <td>plays only as long as you press the play button, quantization setting defines how soon it starts and ends after pressing the button down. Runs till mouse up/note off then to next quantization</td></tr>
+  <tr>
+    <th><kbd class="menu">Toggle</kbd></th>
+    <td width="100px"><img src="/images/launch-style-icons-toggle.png" /></td>
+    <td>Keeps looping until you click it again. runs till next mouse down/NoteOn</td></tr>
+  <tr>
+    <th><kbd class="menu">Repeat</kbd></th>
+    <td width="100px"><img src="/images/launch-style-icons-repeat.png" /></td>
+    <td>Keeps looping, but when you press and hold, it starts from the beginning and plays as far as quantization setting goes, e.g. 1/16 means it repeats the first 1/16 of a bar. plays only quantization extent until mouse up/note off</td></tr>
 </table>
 
-<figure>
-  <img class="mini" style="width:150px;" src="/images/cue-launch-style-all-icons.png" alt="Launch style icons">
-  <figcaption>
-    Launch style icons, top-to-bottom: Trigger, Retrigger, Gate, Toggle, Repeat
-  </figcaption>
-</figure>
-
 <h2>Launch Quantize</h2>
 
 <p>From 4 bars down to 1/64 bar, and None. FIXME</p>
diff --git a/source/images/cue-launch-style-all-icons.png b/source/images/cue-launch-style-all-icons.png
deleted file mode 100644 (file)
index 32910a2..0000000
Binary files a/source/images/cue-launch-style-all-icons.png and /dev/null differ
diff --git a/source/images/launch-style-icons-gate.png b/source/images/launch-style-icons-gate.png
new file mode 100644 (file)
index 0000000..cc60a2c
Binary files /dev/null and b/source/images/launch-style-icons-gate.png differ
diff --git a/source/images/launch-style-icons-repeat.png b/source/images/launch-style-icons-repeat.png
new file mode 100644 (file)
index 0000000..35ca2ca
Binary files /dev/null and b/source/images/launch-style-icons-repeat.png differ
diff --git a/source/images/launch-style-icons-retrigger.png b/source/images/launch-style-icons-retrigger.png
new file mode 100644 (file)
index 0000000..75eb2a3
Binary files /dev/null and b/source/images/launch-style-icons-retrigger.png differ
diff --git a/source/images/launch-style-icons-toggle.png b/source/images/launch-style-icons-toggle.png
new file mode 100644 (file)
index 0000000..8e76642
Binary files /dev/null and b/source/images/launch-style-icons-toggle.png differ
diff --git a/source/images/launch-style-icons-trigger.png b/source/images/launch-style-icons-trigger.png
new file mode 100644 (file)
index 0000000..15b0c40
Binary files /dev/null and b/source/images/launch-style-icons-trigger.png differ