diff --git a/include/midi-track-controls.html b/include/midi-track-controls.html index 7f412dc..bbc13a5 100644 --- a/include/midi-track-controls.html +++ b/include/midi-track-controls.html @@ -1,7 +1,11 @@ +

+ A MIDI track has the same basic controls as an audio track, with a number of differences. +

-A MIDI track header -
MIDI track header, stretched to show normally hidden controls.
+ A MIDI track header +
MIDI track header, stretched to show normally hidden controls

@@ -61,13 +65,47 @@ only the note. +

+ Scroomer's user interface looks lightly differently depending on the + currently selected tool. For most tools, the UI is the same as on the screenshot + above. However, when either the Draw or the Edit tool is selected, the scroomer + will additionally display notes (e.g. 048 C, 049 C#): +

+ +
+ Notes in the scroomer +
Notes in the scroomer
+
+ +

+ If a virtual instrument loaded into the MIDI track provides MIDNAM data, + Ardour will read and display note names rather than notes: +

+ +
+ Note names in the scroomer +
Note names in the scroomer
+
+ +

+ You can configure Ardour to always show note names when they are available + or never show them. The setting is on the Appearance > Editor + page of the Preferences dialog. +

+ +

+ The extent to which scroomer can zoom into the pianoroll depends on the + maximum size of a note cell. This setting is available on the + MIDI page of the Preferences dialog. +

+

Channel and Patch Selection

The Channel Selector

-The MIDI channel control window -
The MIDI channel control window.
+ The MIDI channel control window +
The MIDI channel control window.

diff --git a/source/images/midi-chan-sel-dlg.png b/source/images/midi-chan-sel-dlg.png index 8bff12d..73a285b 100644 Binary files a/source/images/midi-chan-sel-dlg.png and b/source/images/midi-chan-sel-dlg.png differ diff --git a/source/images/scroomer-note-names.png b/source/images/scroomer-note-names.png new file mode 100644 index 0000000..8aaa4e7 Binary files /dev/null and b/source/images/scroomer-note-names.png differ diff --git a/source/images/scroomer-notes.png b/source/images/scroomer-notes.png new file mode 100644 index 0000000..d891fce Binary files /dev/null and b/source/images/scroomer-notes.png differ diff --git a/source/images/typical-midi-track-controls.png b/source/images/typical-midi-track-controls.png index 6de5f92..52d1829 100644 Binary files a/source/images/typical-midi-track-controls.png and b/source/images/typical-midi-track-controls.png differ