From ab9f18acf0929cbeec4e412fb6f79dc5b7ce39a0 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Thu, 15 Dec 2022 02:22:56 +0300 Subject: [PATCH] 7.2 update: monitoring in layered/non-layered/s-o-s modes --- include/track-modes.html | 60 +++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 23 deletions(-) diff --git a/include/track-modes.html b/include/track-modes.html index 89d2f91..1184caf 100644 --- a/include/track-modes.html +++ b/include/track-modes.html @@ -2,30 +2,44 @@ Audio tracks in Ardour have a mode which affects how they behave when recording:

+ - - - - - - + + + + + + + + + + + +
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. -
Non-LayeredTracks using non-layered mode will record - non-destructively—new data is written to new files, but when - overdubbing, the existing regions are trimmed so that there are no overlaps. - This does not affect the previously recorded audio data, and trimmed regions - can be expanded again at will. Non-layered mode can be very useful for spoken - word material, especially in combination with - push/pull trimming. -
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. -
Layered + Tracks 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. When recording with the + layered mode, Ardour only does input monitoring. +
Non-Layered + Tracks using non-layered mode will record + non-destructively—new data is written to new files, but when + overdubbing, the existing regions are trimmed so that there are no + overlaps. This does not affect the previously recorded audio data, and + trimmed regions can be expanded again at will. Non-layered mode can be + very useful for spoken word material, especially in combination with + push/pull trimming. When recording with + the non-layered mode, Ardour only does input monitoring. +
Sound on Sound + Tracks 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. When recording in the sound-on-sound mode, Ardour + does cue monitoring. +