diff --git a/include/bundled-plugins-utilities.html b/include/bundled-plugins-utilities.html index 1e456b32..0ee52c87 100644 --- a/include/bundled-plugins-utilities.html +++ b/include/bundled-plugins-utilities.html @@ -144,3 +144,63 @@ MIDI Note Mapper + +

Arpeggiators

+ +

+ Arpeggiators commonly take a chord and play it note by note in a certain + pattern: up (from the lowest note to the highest note), down (from the + highest note to the lowest one), up and down, down and up, or in a random + fashion. +

+ +

+ They also have a number of additional settings like division that + defines the rate at which an arpeggiator will repeat the pattern. Or the + number of octaves the arpeggiator will jump between while transposing + a repeating note. +

+ +

+ All three arpeggiators shipped with Ardour — simple arpeggiator, Barlow + arpeggiator, and Raptor arpeggiator — share these basic settings. + However, some of their design specifics vary. +

+ +

+ The simple arpeggiator allows setting different velocities for notes at the + bar line, beat line, and subdivisions. It also has a swing setting. +

+ +
+ Simple arpeggiator +
+ Simple arpeggiator +
+
+ +

+ The Barlow arpeggiator has sample-accurate triggering and automatically + adjusts to the current time signature. It also allows setting min and max + velocity. +

+ +
+ Barlow arpeggiator +
+ Barlow arpeggiator +
+
+ + +

+ The Raptor arpeggiator has harmonic controls, input pitch and velocity + tracking, and a few other features. +

+ +
+ Raptor arpeggiator +
+ Raptor arpeggiator +
+
diff --git a/source/images/plugins-arpeggiator-barlow.png b/source/images/plugins-arpeggiator-barlow.png new file mode 100644 index 00000000..65617a54 Binary files /dev/null and b/source/images/plugins-arpeggiator-barlow.png differ diff --git a/source/images/plugins-arpeggiator-raptor.png b/source/images/plugins-arpeggiator-raptor.png new file mode 100644 index 00000000..239665b1 Binary files /dev/null and b/source/images/plugins-arpeggiator-raptor.png differ diff --git a/source/images/plugins-arpeggiator-simple.png b/source/images/plugins-arpeggiator-simple.png new file mode 100644 index 00000000..2f388169 Binary files /dev/null and b/source/images/plugins-arpeggiator-simple.png differ