X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmidi-track-controls.html;h=6a4b5966ea5533f1d1ecaff0cbf0900330310fb1;hb=9d40f142633d32b65f620491ace6f050672286e8;hp=388975b0ed376c044f7e421890da0d30d391db96;hpb=623883a6335aa3f88eda7cf3911ca2fbe8c2c470;p=ardour-manual diff --git a/include/midi-track-controls.html b/include/midi-track-controls.html index 388975b..6a4b596 100644 --- a/include/midi-track-controls.html +++ b/include/midi-track-controls.html @@ -14,24 +14,53 @@

A MIDI track has the same basic controls as an audio track, - with the addition of two extra elements: + with the addition of three extra elements:

  1. Some meters for the track's outputs (MIDI in red, Audio in green)
  2. -
  3. The Scroomer, a zoom and scroll controller for the midi notes range.
  4. +
  5. The Scroomer, a zoom and scroll controller for the midi notes range
  6. +
  7. When the track is tall enough, the External MIDI Device selection dropdown appears.
+ +

+ Also, right clicking the + (record) button shows the Step Entry dialog instead of + controlling the rec-safe. +

+ +

The Scroomer

+

The Scroomer performs a couple of functions:

+ +

Channel and patch selection

+ +

The Channel Selector

+ +
+ The MIDI channel control window +
+ The MIDI channel control window +
+
+

A MIDI track's data may span any number of the 16 available MIDI channels, and sometimes it is useful to view only a subset of those channels; different instruments may, @@ -39,6 +68,43 @@ the Channel Selector allows to control the MIDI channel(s) that will be visible in the editor.

+ +

+ This window also gives control over which channel(s) will be recorded, and which will be played back, choosing between: +

+ + + +

The Patch Selector

+ +
+ The Patch Selector window +
+ The Patch Selector window +
+
+ +

+ The Patch Selector window is an easy way to set which instrument will be used on any of the MIDI channels. + Although patches can be changed at any time using a patch change, this dialog + provides an easy and convenient way to preview patches in software and hardware instruments. It + integrates fully with Ardour's support for MIDNAM (patch definition files), so Ardour can display named programs/patches + for both General MIDI synths and those with MIDNAM files. +

+

+ The window itself makes it easy to choose a channel, a bank number, optionally choosing a bank number through its MSB + and LSB numbers (CC#00 and CC#32) for large banks, then choosing an instrument. +

+

+ The keyboard at the bottom of the window allows for a quick preview of the selected instrument, either automatically + (using the buttons on top of the keyboard) or manually by either clicking a note or using the computer keyboard as a + piano keyboard. +

+

To edit the contents of a MIDI track see MIDI Editing.