diff --git a/include/clip-launch-options.html b/include/clip-launch-options.html index b1ea3db7..155fcb51 100644 --- a/include/clip-launch-options.html +++ b/include/clip-launch-options.html @@ -12,26 +12,29 @@
FIXME THE ENTIRE TABLE
-Trigger | -You click and it starts playing until it stops; mouse up and note-off are ignored | |
---|---|---|
Retrigger | -Mouse down or note-on starts or retriggers; mouse up and note-off FIXME | |
Gate | -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 | |
Toggle | -Keeps looping until you click it again. runs till next mouse down/NoteOn | |
Repeat | -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 |
Trigger | ++ | You click and it starts playing until it stops; mouse up and note-off are ignored |
---|---|---|
Retrigger | ++ | Mouse down or note-on starts or retriggers; mouse up and note-off FIXME |
Gate | ++ | 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 |
Toggle | ++ | Keeps looping until you click it again. runs till next mouse down/NoteOn |
Repeat | ++ | 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 |
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 32910a2a..00000000 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 00000000..cc60a2c1 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 00000000..35ca2ca5 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 00000000..75eb2a3e 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 00000000..8e766420 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 00000000..15b0c40f Binary files /dev/null and b/source/images/launch-style-icons-trigger.png differ