diff --git a/include/mixing-linear-nonlinear-workflows.html b/include/mixing-linear-nonlinear-workflows.html index 3585c50c..6c3649cf 100644 --- a/include/mixing-linear-nonlinear-workflows.html +++ b/include/mixing-linear-nonlinear-workflows.html @@ -21,6 +21,13 @@
  • Adding cue markers on the ruler where repeatable clips should start playing. This will launch an entire cue sans the isolated slots. + +
    + Adding a cue marker +
    + Adding a cue marker +
    +
  • Adding the "Stop all cues" marker where all cues should stop playing. @@ -41,8 +48,21 @@

    - The rest of the composition would be written the usual way, by creating - consecutive audio and/or MIDI regions on the canvas. + Just like any other markers, cue markers can be repositioned. Moreover, + right-clicking on an existing marker allows changing the cue that should + be triggered. +

    + +
    + Changing the triggered cue +
    + Changing the triggered cue +
    +
    + +

    + The rest of the composition would be written the usual way, by adding + consecutive audio and/or MIDI regions to the canvas.

    diff --git a/source/images/cue-marker-add.png b/source/images/cue-marker-add.png new file mode 100644 index 00000000..57cdd1cb Binary files /dev/null and b/source/images/cue-marker-add.png differ diff --git a/source/images/cue-marker-change.png b/source/images/cue-marker-change.png new file mode 100644 index 00000000..5a89ef17 Binary files /dev/null and b/source/images/cue-marker-change.png differ