From fd996e9b4e7405055054b2933311d2f9ad3fd757 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Wed, 13 Jul 2022 18:03:55 +0300 Subject: [PATCH] Cue: you can drag'n'drop from the Regions list too --- include/populating-the-cue-grid.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/populating-the-cue-grid.html b/include/populating-the-cue-grid.html index d460712..965d702 100644 --- a/include/populating-the-cue-grid.html +++ b/include/populating-the-cue-grid.html @@ -45,6 +45,10 @@ listen to it before adding, then pick, drag towards the grid and drop into a trigger slot. +
  • + From the Regions list: choose a region, drag it towards + the grid and drop it into a trigger slot. +
  • From the timeline: select a region, right-click, choose {Region Name} > Bounce (with processing) or @@ -54,6 +58,12 @@
  • +

    + Note that the type of data must match the type of tracks when you + drag and drop a file, a clip, or a region. E.g. you cannot place + a MIDI clip into a trigger slots of an audio track. +

    +

    Setting Clip Properties

    -- 2.37.2