From 08ce4eecd9a83d6309a29e27f11fc64eabe8269e Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Sun, 27 Jun 2021 21:09:11 +0200 Subject: [PATCH] Double clicking on track header toggles its size --- include/audio-track-controls.html | 24 ++++++++++++++++++++++++ include/midi-track-controls.html | 13 +++++++++---- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/include/audio-track-controls.html b/include/audio-track-controls.html index 6b99969..a7a9afd 100644 --- a/include/audio-track-controls.html +++ b/include/audio-track-controls.html @@ -6,6 +6,30 @@ +

+ Each track shows a header section, for settings relevant to + this track only. +

+

+ Changing the height of the track can be done either: +

+ +

At the top-left of the controls is the name of the track, which can be edited by double-clicking on it. The new name must be unique within the diff --git a/include/midi-track-controls.html b/include/midi-track-controls.html index 72ee046..7f412dc 100644 --- a/include/midi-track-controls.html +++ b/include/midi-track-controls.html @@ -1,6 +1,4 @@ -

Item #3 below does not hold in all cases; check to make sure the rest of the content is sane as well

-
A MIDI track header
MIDI track header, stretched to show normally hidden controls.
@@ -21,14 +19,21 @@
  • An External MIDI Device combobox can appear, for selecting MIDNAMs
  • An External Device Mode combobox can appear, for selecting an external - device's mode
  • + device's mode, in case no relevant External MIDI Device has been selected

    To show the full set of MIDI track controls, the track height must be increased beyond the default height. MIDI tracks will show only a few of the control elements when there - is insufficient vertical space. Further, the External MIDI Device and + is insufficient vertical space. As for Audio + tracks, this can be done by either toggling the + track's full screen mode (Track > Height > Fit + selection (Vertical), default : F, or by simply + double-clicking an empty space in the track header, to increase the track's + height. +
    + Further, the External MIDI Device and External Device Mode comboboxes will not appear if there is a synth plugin on the track that comes with an associated MIDNAM. -- 2.37.2