From 7db61b5fe23e889c7706b9501b1147fe7dea2d80 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Mon, 18 Jul 2022 20:03:54 +0300 Subject: [PATCH] Cue: move the clip properties text out, apply stylistic changes --- include/populating-the-cue-grid.html | 67 +++++----------------------- 1 file changed, 10 insertions(+), 57 deletions(-) diff --git a/include/populating-the-cue-grid.html b/include/populating-the-cue-grid.html index 965d702..3dde1a7 100644 --- a/include/populating-the-cue-grid.html +++ b/include/populating-the-cue-grid.html @@ -1,7 +1,7 @@

Adding tracks

- You can add tracks in the Cue window the usual way, + It's possible to add tracks in the Cue window the usual way, either by double-clicking on the free space in the canvas or by choosing the Track > Add Track, Bus, or VCA menu item. The important part is to enable the @@ -10,19 +10,19 @@

- Alternatively, you can drop an existing audio or MIDI file into + Alternatively, it's possible to 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.

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 + work as a drag-and-drop sources. It's possible to 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). + slot. It's also possible to 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

@@ -59,54 +59,7 @@

- 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. + The type of data must match the type of tracks a clip is being inserted to. + E.g. it's impossible to place a MIDI clip into a trigger slot of an audio + track.

- -

Setting Clip Properties

- -

- The contents of this options box partially depends on the type of data - in the clip, audio or MIDI. The common settings are: -

- - - -

- The only audio-specific setting is Gain (dB) which adjusts - the output volume of a clip. -

- -

- For MIDI clips, there are several specific options: -

- - -- 2.37.2