From: Alexandre Prokoudine Date: Tue, 20 Sep 2022 15:34:04 +0000 (+0300) Subject: Match the recent changes in recording modes X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=f81455065edc29fb7f785fc30d30d221a1b11601 Match the recent changes in recording modes --- diff --git a/include/track-modes.html b/include/track-modes.html index 47a70ba..da4304b 100644 --- a/include/track-modes.html +++ b/include/track-modes.html @@ -3,9 +3,9 @@ when recording:

- - + @@ -18,39 +18,60 @@ word material, especially in combination with push/pull trimming. + +
NormalTracks in normal mode will record non-destructively—new - data is written to new files, and when overdubbing, new regions will be +
LayeredTracks in layered mode will record non-destructively — + new data is written to new files, and when overdubbing, new regions will be layered on top of existing ones. This is the recommended mode for most workflows.
Sound on SoundTracks using sound-on-sound mode will record + non-destructively — new data is written to new files, but when + overdubbing, new regions will be layered on top of existing ones in non-opaque + mode which means both existing and new material will be played back after + the recording is over. This is convenient for a variety of use cases, such as + adding MIDI Control Change events on top of recorded live performance. +
+

+ Results of recording in layered and non-layered modes are visually the same. + However, with the sound-on-sound mode lower layers are visible under upper + layers, because in that case new regions with overdubs are created with + disabled Opaque setting. +

+
- Normal and non-layered overdubbing comparision + Layered, non-layered, and sound-on-sound modes
- Normal and non-layered overdubbing comparision + Layered, non-layered, and sound-on-sound modes in overlaid view

- The screenshot on the right shows the subtle difference between an overdub - in normal mode (upper track) and one in non-layered mode - (lower track). Both tracks were created using identical audio data. -

-

- The upper track shows a new region which has been layered on - top of the the existing (longer) region. It can be seen by the region - name strips. + To illustrate the difference, here is the screenshot of the same tracks, but + this time — in Stacked track mode (rather than + Overlaid as on the screenshot above).

+ +
+ Layered, non-layered, and sound-on-sound modes in stacked view +
+ Layered, non-layered, and sound-on-sound modes in stacked view +
+
+

- The lower track has split the existing region in two, trimmed each new - region to create space for the new overdub, and inserted the overdub region - in between. + The overdub is an opaque region on top of the original content for the + Layered mode. For the Non-Layered mode, it completely + replaces the matching part of the original content. And for the + Sound on Sound mode, it's a transparent region on top of the original + content.

- The switch between normal and non-layered modes is a global setting available - in the main toolbar. + The switch between layered, non-layered, and sound-on-sound modes is a global + setting available in the main toolbar right below the buttons enabling + Punch In and Punch Out.

-
- Non-layered track mode enabled +
+ Layering switch
- Non-layered track mode enabled + Layering switch
diff --git a/source/images/a3_nonlayered_example.png b/source/images/a3_nonlayered_example.png deleted file mode 100644 index ddd864e..0000000 Binary files a/source/images/a3_nonlayered_example.png and /dev/null differ diff --git a/source/images/layering-switch.png b/source/images/layering-switch.png new file mode 100644 index 0000000..1cef5df Binary files /dev/null and b/source/images/layering-switch.png differ diff --git a/source/images/punch-controls.png b/source/images/punch-controls.png index 67a0c4b..4ed9fb5 100644 Binary files a/source/images/punch-controls.png and b/source/images/punch-controls.png differ diff --git a/source/images/region-layering-modes-overlaid.png b/source/images/region-layering-modes-overlaid.png new file mode 100644 index 0000000..153164b Binary files /dev/null and b/source/images/region-layering-modes-overlaid.png differ diff --git a/source/images/region-layering-modes-stacked.png b/source/images/region-layering-modes-stacked.png new file mode 100644 index 0000000..ed26fe9 Binary files /dev/null and b/source/images/region-layering-modes-stacked.png differ