2013-01-29 19:26:36 -05:00
|
|
|
|
2017-05-17 02:59:25 -04:00
|
|
|
<figure class="right">
|
2020-05-18 19:07:17 -04:00
|
|
|
<img src="/images/patch_change.png" alt="A patch change in a MIDI region"/>
|
|
|
|
<figcaption class="center">A patch change in a MIDI region</figcaption>
|
2017-05-17 02:59:25 -04:00
|
|
|
</figure>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
A <dfn>Patch Change</dfn> is Ardour's description for a combination of MIDI
|
|
|
|
program change and bank select messages, that typically instruct a
|
|
|
|
synthesizer or sampler to select a sound to use on any given channel. Patch
|
|
|
|
changes are shown within MIDI regions as small rectangles or
|
|
|
|
<dfn>flags</dfn>, with a vertical line showing where in the region the patch
|
|
|
|
change will occur.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<h2>Inserting Patch Changes</h2>
|
2020-05-18 19:07:17 -04:00
|
|
|
|
|
|
|
<figure class="right">
|
|
|
|
<img src="/images/region-midi-r-click-menu.png" alt="Region > MIDI context menu"/>
|
|
|
|
<figcaption class="center">MIDI context menu</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
|
|
|
<figure class="right">
|
|
|
|
<img src="/images/patch-change-dlg.png" alt="Patch Change dialog"/>
|
|
|
|
<figcaption class="center">Patch Change dialog</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
|
|
|
<figure class="right">
|
|
|
|
<img src="/images/patch-r-click-menu.png" alt="Patch Change context menu"/>
|
|
|
|
<figcaption class="center">Patch Change context menu</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
A patch change is inserted by first ensuring that the mouse is in <a
|
|
|
|
href="@@toolbox">Grab Mode</a>, then <kbd class="mouse">right</kbd>-clicking
|
|
|
|
on the MIDI region where the patch changed is desired, then selecting <kbd
|
|
|
|
class="menu"><Region Name> > MIDI > Insert Patch Change...</kbd>.
|
|
|
|
The desired patch is then chosen from the dialog that appears.
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<p class="note">
|
|
|
|
Inserted patch changes always appear in the selected region at the <a
|
|
|
|
href="@@edit-point-control">Edit Point</a>.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Modifying Patch Changes</h2>
|
2020-05-18 19:07:17 -04:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
A patch change can be modified by <kbd class="mouse">right</kbd>-clicking on
|
|
|
|
it, then selecting the desired patch from the menu that appears. A patch
|
|
|
|
change can also be modified by hovering the mouse pointer over the patch
|
|
|
|
change to be modified and moving the mouse wheel until the desired program
|
|
|
|
number is selected. The bank number can be modified similarly by holding down
|
|
|
|
the <kbd class="mod3"></kbd> key while moving the mouse wheel until the
|
|
|
|
desired bank is selected.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Moving Patch Changes</h2>
|
2020-05-18 19:07:17 -04:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
A patch change can be moved, within the region in which it resides, by <kbd
|
|
|
|
class="mouse">left</kbd>-clicking it and dragging it to the desired location.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Removing Patch Changes</h2>
|
2020-05-18 19:07:17 -04:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
A patch change can be removed by holding down the <kbd class="mod3"></kbd> key
|
|
|
|
and then <kbd class="mouse">right</kbd>-clicking on it.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
|
2020-05-18 19:07:17 -04:00
|
|
|
<h2 id="midnam">Names for Patch Numbers: MIDNAM files</h2>
|
|
|
|
|
2018-02-13 16:33:41 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
MIDNAM files assign human-readable names to the "sound coordinates" (Program
|
|
|
|
Change, Bank Select) of MIDI synthesizers and devices. A number of MIDNAM
|
|
|
|
files come bundled with Ardour; if the MIDNAM for a device is not included
|
|
|
|
with Ardour, <a href="@@midnam-ref">a custom MIDNAM file can be created</a>
|
|
|
|
for device in question.
|
2018-02-13 16:33:41 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>Selecting a device</h3>
|
2017-02-13 22:47:33 -05:00
|
|
|
|
2018-02-13 16:33:41 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
Selecting a MIDNAM is only possible if there is no MIDI synth on the track in
|
|
|
|
question or the MIDI synth does not have a MIDNAM associated with it. In this
|
|
|
|
case, it is possible to select the desired MIDNAM from a combobox in the MIDI
|
|
|
|
track's header, usually directly below the track's fader. See <a
|
|
|
|
href="@@midi-track-controls">MIDI Track Controls</a> for more details.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
2020-05-18 19:07:17 -04:00
|
|
|
|