Module arp

Module arp 

Source
Expand description

The arp module provides tools for generating and loading arp-style tracks into MSeq.

Enums§

ArpDiv
Time division of the arpeggiator

Functions§

load_from_file
Load an arpeggiator track from a csv file (filename) and a time division (div). Refer to this example for an example file. The root note is used for transposition. The track will be played on the MIDI channel with channel_id.
new
Create a new arpeggiator track following the notes in pattern with the div time division. The root note is used for transposition. The track will be played on the MIDI channel with channel_id.