From: Alexandre Prokoudine Date: Tue, 12 Jul 2022 16:40:43 +0000 (+0300) Subject: Cue: add icons to the table covering launch styles X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d9d0ac98f3e2163355b1db31f6bee8b046f1fb;p=ardour-manual Cue: add icons to the table covering launch styles --- diff --git a/include/clip-launch-options.html b/include/clip-launch-options.html index b1ea3db..155fcb5 100644 --- a/include/clip-launch-options.html +++ b/include/clip-launch-options.html @@ -12,26 +12,29 @@

FIXME THE ENTIRE TABLE

- - - - - - - - - - - +
TriggerYou click and it starts playing until it stops; mouse up and note-off are ignored
RetriggerMouse down or note-on starts or retriggers; mouse up and note-off FIXME
Gateplays 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
ToggleKeeps looping until you click it again. runs till next mouse down/NoteOn
RepeatKeeps 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
+ + + + + + + + + + + + + + + + + + + +
TriggerYou click and it starts playing until it stops; mouse up and note-off are ignored
RetriggerMouse down or note-on starts or retriggers; mouse up and note-off FIXME
Gateplays 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
ToggleKeeps looping until you click it again. runs till next mouse down/NoteOn
RepeatKeeps 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
-
- Launch style icons -
- Launch style icons, top-to-bottom: Trigger, Retrigger, Gate, Toggle, Repeat -
-
-

Launch Quantize

From 4 bars down to 1/64 bar, and None. FIXME

diff --git a/source/images/cue-launch-style-all-icons.png b/source/images/cue-launch-style-all-icons.png deleted file mode 100644 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 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 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 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 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 index 0000000..15b0c40 Binary files /dev/null and b/source/images/launch-style-icons-trigger.png differ