X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmidi-list-editor.html;h=dde49eb7b1fe1b51b51854d0ec02085aa6495e1f;hb=71afa472a61c8d63fb8932c06b3ab83bf3aecbda;hp=39fc3959a019c314943f006328d5f90c39bd1549;hpb=0f52306465e67143a3a7928cf4b8ecdbfa42569f;p=ardour-manual diff --git a/include/midi-list-editor.html b/include/midi-list-editor.html index 39fc395..dde49eb 100644 --- a/include/midi-list-editor.html +++ b/include/midi-list-editor.html @@ -1,5 +1,5 @@ -
+
The MIDI List Editor window
The MIDI List Editor window @@ -9,37 +9,43 @@

The List Editor is a way to look at the MIDI data of a region, not graphically as they are displayed in the Editor, but in a tabular form. - This way of seeing the MIDI data allows for a quicker "debugging" of a MIDI region, - and for a fast non-graphical (i.e. no mouse involved) editing. This - list has a vertical flow, i.e. the first events (in time) are on the top - of the window, and the latest are at its bottom. + This way of seeing the MIDI data allows for quicker "debugging" of a MIDI + region, and for fast non-graphical (i.e. no mouse involved) + editing. The list has a vertical flow, i.e. the first events (in time) are + at the top of the window, and the last are at the bottom.

+

- It is accessed by selecting the Region > MIDI > List Editor… - menu while having one MIDI region selected, or by Right - clicking the MIDI region and choosing Name_Of_The_Region - > MIDI > List Editor… + It is accessed by selecting the Region > MIDI > List + Editor… menu while having one MIDI region selected, or by Right clicking the MIDI region and choosing Name_Of_The_Region > MIDI > List + Editor….

+

The window displays the following MIDI data:

-
-
Start
the timestamp of the start of the note
-
Channel
the MIDI channel of the event
-
Num
The MIDI number of the note
-
Name
The MIDI name of the note, made of its english name and octave (e.g. "C4")
-
Vel
the velocity of the note (i.e. its intensity, between 0 and 127)
-
Length
duration of the note, either expressed as a number (in ticks, related to the tempo) or as a text (fraction of a beat, also related to the tempo)
-
+ + + + + + + + +
Startthe timestamp of the start of the note
Channelthe MIDI channel of the event
NumThe MIDI number of the note
NameThe MIDI name of the note, made of its English name and octave (e.g. "C4")
Velthe velocity of the note, i.e. its volume, between 0 (silent) and 127 (full)
Lengthduration of the note, either expressed as a number (in ticks, related to the tempo) or as a text + (fraction of a beat, also related to the tempo)

- At the top of the window is a Sound Selected MIDI Notes, - which is a toggle button allowing to listen to a note as it is selected. + At the top of the window is a Sound Selected MIDI + Notes button, which toggles playing a note as it is selected.

- Each value can be manually modified, by Left clicking it. - The Name field is related to the Number one, and cannot be edited. To change a - note, its number must be changed, which will be reflected in the Name field. + Each value can be manually modified, by left + clicking it. However, the Name field is derived from the + Number field, and cannot be edited. To change a note, its number + must be changed, which will be reflected in the Name field.