This repository contains an arpeggiator and a MIDI-pattern plugin developed for the MOD platform.
The arpeggiator has the following options:
Tempo options:
Free Running
mode. In this mode the
tempo is controlled by the BPM
control of the plugin.BPM
control there is a Divisions
control.Arpeggiator modes:
Up
Down
Up-Down
Up-Down(alternative)
Played
Random
Octave Modes:
octave spread
control.
The arpeggiator can iterate the incoming notes over multiple octaves.
This control sets the range of the octaves that will be iterated over the
original pitch. The way how this octaves will be added to the original notes
is determent by the octave mode
control.To install the plugins do:
git clone https://github.com/moddevices/mod-arpeggiator-lv2.git
cd mod-arpeggiator-lv2
make
make install