X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmidi-track-controls.html;h=7f412dcfef176fa4198e64ff0367802772c2d733;hb=8842cf2c02a0ff38f83798d10388c3c81b2d20d4;hp=b5f51f2f67c3d4590236b0ec649ce8386d08fc20;hpb=7a4c28bd8605e90876ebee619de364ab7001e405;p=ardour-manual diff --git a/include/midi-track-controls.html b/include/midi-track-controls.html index b5f51f2..7f412dc 100644 --- a/include/midi-track-controls.html +++ b/include/midi-track-controls.html @@ -1,37 +1,153 @@ -

A typical MIDI track header looks like this:

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

- To see the full set of MIDI track controls, you need to increase the - track height - beyond the default. MIDI tracks show only a few of the control elements - when there is insufficient vertical space. + A MIDI track has the same basic controls as an audio track, with the following + differences:

+ +
    +
  1. The level meters for the track's outputs show MIDI output in red, on the left; Audio output in green, on the right
  2. +
  3. The Scroomer, a combined scroll and zoom widget for + controlling MIDI notes display range, is unique to MIDI tracks
  4. +
  5. An External MIDI Device combobox can appear, for selecting MIDNAMs
  6. +
  7. An External Device Mode combobox can appear, for selecting an external + device's mode, in case no relevant External MIDI Device has been selected
  8. +
+ +

+ 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. 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. +

+ +

The Scroomer

+ +

+ The Scroomer performs the following functions: +

+ + + +

Channel and Patch Selection

+ +

The Channel Selector

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

+ A MIDI track's data may utilize any number of the 16 available MIDI channels, and it is useful to be able to filter out a subset of those or force the input or output to utilize only certain channels. The Channel Selector dialog allows for filtering or modification of both the input and output of any given MIDI track. +

+ +

+ The Channel Selector dialog is activated by right-clicking on a MIDI track's header and selecting Channel Selector... from the menu that appears. Filtering or modification of Inbound MIDI events for the given MIDI track is done by selecting among: +

+ + + +

+ Selecting Record all channels does no filtering of inbound MIDI events. +

+ +

+ If simple filtering of incoming MIDI events is desired, Record only selected channels should be selected. A 1-by-16 grid of squares with numbers in them will become sensitive to mouse clicks, and the desired channels to be allowed through the filter can then be selected by clicking on them. Channels that are allowed to pass through will be highlighted in green. +

+ +

+ Force all channels to 1 channel will rewrite the channel number of all incoming events of the selected MIDI track to whichever channel is highlighted in the 1-by-16 grid of squares. When this option is chosen, one and only one channel can be selected. +

+ +

+ Filtering or modification of outbound MIDI events is done by selecting among: +

+ + + +

+ Selecting Playback all channels does no filtering of outbound MIDI events. +

+

- A MIDI track has the same basic - controls as an audio track, - with the addition of two extra elements. The set of buttons below the main track - controls the MIDI channel(s) that will be visible in the editor. 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, - for example, be put on different channels. Clicking on a channel number toggles - its visibility. + Simple filtering of outgoing MIDI events is done similarly to simple filtering of incoming MIDI events, and is done by selecting Play only selected channels. Also similarly to the incoming case, Use a single fixed channel for all playback will rewrite the channel number of all outgoing events of the selected MIDI track to whichever channel is selected.

+

- To the right of the MIDI track controls is a representation of a piano keyboard - called the scroomer. This performs a couple of functions. - The scrollbar controls the range of pitches that are visible on the - track, as visualized by the piano keyboard.
- Drag the body of the scrollbar up and down to display higher or lower - pitches.
- Drag the scrollbar handles to zooms in and out and increase and decrease the - range of visible pitches.
- clicking on the piano plays the corresponding MIDI note for reference. + When either Record only selected channels or Playback only selected channels is selected, a group of three buttons, each appearing below their respective 1-by-16 grids, will become sensitive to mouse clicks. They perform the following functions:

+ + + + + + + + + + + + + + +
AllSelects all the channels in the 1-by-16 grid above it; all the squares become lit with green
NoneDeselects all the channels in the 1-by-16 grid above it; all the squares become unlit
InvertAny channel in the 1-by-16 grid that is lit green becomes unlit, and any unlit channel becomes lit with green
+ +

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. +

+

- To edit the contents of a MIDI track see Edit - MIDI. + 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.