]> Shamusworld >> Repos - ardour-manual/commitdiff
Added a screenshot for MIDI patch change. Solves issue #7362.
authorEd Ward <edwsaintesprit@hotmail.com>
Wed, 17 May 2017 06:59:25 +0000 (08:59 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Wed, 17 May 2017 06:59:25 +0000 (08:59 +0200)
include/patch-change.html
source/images/patch_change.png [new file with mode: 0644]

index b567272dd4019bf0604b6f04fa0a752554281236..13242c856d72d8d5617fe4a65b08b0b4803cb5f7 100644 (file)
@@ -1,4 +1,9 @@
 
+<figure class="right">
+  <img src="/images/patch_change.png" alt="A patch change in a MIDI region"/>
+  <figcaption>A patch change in a MIDI region</figcaption>
+</figure>
+
 <p>
   A <dfn>patch change</dfn> is Ardour's description for a combination
   of MIDI program change and bank select messages, that (typically)
@@ -7,7 +12,8 @@
 </p>
 <p>
   Patch changes are shown within MIDI regions as small rectangles or
-  <dfn>flags</dfn>, as shown below:
+  <dfn>flags</dfn>, with a vertical line showing where in the region
+  (hence "when") this patch change happens.
 </p>
 
 <h2>Inserting Patch Changes</h2>
@@ -51,4 +57,3 @@
 <p class=fixme>
   Add content
 </p>
-
diff --git a/source/images/patch_change.png b/source/images/patch_change.png
new file mode 100644 (file)
index 0000000..7d91822
Binary files /dev/null and b/source/images/patch_change.png differ