From 61d24ee453c112a9361efff32a274a963b9ab52d Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Tue, 12 Jul 2022 19:31:18 +0300 Subject: [PATCH] Cue: a few updates to 'Populating the Cue Grid' --- include/populating-the-cue-grid.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/populating-the-cue-grid.html b/include/populating-the-cue-grid.html index eaec093..d460712 100644 --- a/include/populating-the-cue-grid.html +++ b/include/populating-the-cue-grid.html @@ -12,7 +12,17 @@

Alternatively, you can drop an existing audio or MIDI file into the empty part of the canvas to automatically create the cue track - and fill the first empty trigger slot with it. + and fill the first empty trigger slot with it. +

+ +

+ Trigger slots not only work as a drag-and-drop target, they also + work as a drag-and-drop sources. You can drag the contents of an + existing trigger slot into the empty part of the canvas to create + a new track and fill the first slot with the contents of the original + slot. You can also drag and drop the contents of one slot into another + in case you want to use the same clip with some variations (e.g. + a custom follow length).

Loading clips to slots

-- 2.37.2