diff --git a/_manual/10_working-with-tracks/04_controlling-track-appearance/04_waveform-display.html b/_manual/10_working-with-tracks/04_controlling-track-appearance/04_waveform-display.html new file mode 100644 index 00000000..7ddbb7ea --- /dev/null +++ b/_manual/10_working-with-tracks/04_controlling-track-appearance/04_waveform-display.html @@ -0,0 +1,45 @@ +--- +layout: default +title: Waveform display +--- + +
+ The display of waveforms (or, more correctly, peak + envelopes, since the actual waveform is only visible at the highest + zoom levels) is configurable via the Edit > Preferences > Editor dialog, to support + different usecases and user preferences. The following options are + available: +
++ The track ordering of the Editor and Mixer is synchronized: if you + reorder in one window, the ordering in the other window will follow. +
+ +
+ Select the tracks you want to move. Then use
+ Track > Move Selected Tracks Up
+ (shortcut: ↑) or
+ Track > Move Selected Tracks Down
+ (shortcut: ↓).
+
+ Alternatively, you can use the Tracks & Busses + panel of the + Editor + Lists, if visible. + Here, you can freely drag-and-drop tracks and busses into any order you prefer. +
+ ++ Within the Strips pane at the top left of the + Mixer window, you can freely drag-and-drop tracks and busses into any + desired order. +
+ ++ Tracks and Busses that are members of a group can be reordered so that they + display contiguously within the Editor and Mixer windows. Context-click on + the group tab and choose Collect. +
+ ++ When adding new tracks, the current selection determines their + placement. New tracks will be placed after the rightmost (in the mixer) or + bottom-most (in the editor) selected track. If no tracks are selected, new + tracks will be added at the end. +
++ Because new tracks are automatically selected, you can quickly reorder them + in the editor window via the keyboard shortcuts after adding them (see above). +
+ + +{% children %}