]> Shamusworld >> Repos - ardour-manual/blob - include/patch-change.html
5626c4867a0ce08b38b195f294b759bc97c25019
[ardour-manual] / include / patch-change.html
1
2 <figure class="right">
3 <img src="/images/patch_change.png" alt="A patch change in a MIDI region"/>
4 <figcaption class="center">A patch change in a MIDI region</figcaption>
5 </figure>
6
7 <p>
8   A <dfn>Patch Change</dfn> is Ardour's description for a combination of MIDI
9   program change and bank select messages, that typically instruct a
10   synthesizer or sampler to select a sound to use on any given channel. Patch
11   changes are shown within MIDI regions as small rectangles or
12   <dfn>flags</dfn>, with a vertical line showing where in the region the patch
13   change will occur.
14 </p>
15
16 <h2>Inserting Patch Changes</h2>
17
18 <figure class="right">
19 <img src="/images/region-midi-r-click-menu.png" alt="Region > MIDI context menu"/>
20 <figcaption class="center">MIDI context menu</figcaption>
21 </figure>
22
23 <figure class="right">
24 <img src="/images/patch-change-dlg.png" alt="Patch Change dialog"/>
25 <figcaption class="center">Patch Change dialog</figcaption>
26 </figure>
27
28 <figure class="right">
29 <img src="/images/patch-r-click-menu.png" alt="Patch Change context menu"/>
30 <figcaption class="center">Patch Change context menu</figcaption>
31 </figure>
32
33 <p>
34   A patch change is inserted by first ensuring that the mouse is in <a
35   href="@@toolbox">Grab Mode</a>, then <kbd class="mouse">right</kbd>-clicking
36   on the MIDI region where the patch changed is desired, then selecting <kbd
37   class="menu">&lt;Region Name&gt; &gt; MIDI &gt; Insert Patch Change...</kbd>.
38   The desired patch is then chosen from the dialog that appears.
39 <p>
40
41 <p class="note">
42   Inserted patch changes always appear in the selected region at the <a
43   href="@@edit-point-control">Edit Point</a>.
44 </p>
45
46 <h2>Modifying Patch Changes</h2>
47
48 <p>
49   A patch change can be modified by <kbd class="mouse">right</kbd>-clicking on
50   it, then selecting the desired patch from the menu that appears. A patch
51   change can also be modified by hovering the mouse pointer over the patch
52   change to be modified and moving the mouse wheel until the desired program
53   number is selected. The bank number can be modified similarly by holding down
54   the <kbd class="mod3"></kbd> key while moving the mouse wheel until the
55   desired bank is selected.
56 </p>
57
58 <h2>Moving Patch Changes</h2>
59
60 <p>
61   A patch change can be moved, within the region in which it resides, by <kbd
62   class="mouse">left</kbd>-clicking it and dragging it to the desired location.
63 </p>
64
65 <h2>Removing Patch Changes</h2>
66
67 <p>
68   A patch change can be removed by holding down the <kbd class="mod3"></kbd> key
69   and then <kbd class="mouse">right</kbd>-clicking on it.
70 </p>
71
72 <h2 id="midnam">Names for Patch Numbers: MIDNAM files</h2>
73
74 <p>
75   MIDNAM files assign human-readable names to the "sound coordinates" (Program
76   Change, Bank Select) of MIDI synthesizers and devices. A number of MIDNAM
77   files come bundled with Ardour; if the MIDNAM for a device is not included
78   with Ardour, <a href="@@midnam-ref">a custom MIDNAM file can be created</a>
79   for device in question.
80 </p>
81
82 <h3>Selecting a device</h3>
83
84 <p>
85   Selecting a MIDNAM is only possible if there is no MIDI synth on the track in
86   question or the MIDI synth does not have a MIDNAM associated with it. In this
87   case, it is possible to select the desired MIDNAM from a combobox in the MIDI
88   track's header, usually directly below the track's fader. See <a
89   href="@@midi-track-controls">MIDI Track Controls</a> for more details.
90 </p>
91