davidlang42 / midi-arpeggiator

A CLI tool which reads held notes from MIDI-IN and arpeggiates them to MIDI-OUT
GNU General Public License v3.0
0 stars 0 forks source link

Add more step/beat settings #9

Open davidlang42 opened 1 year ago

davidlang42 commented 1 year ago

Currently fixed_steps means steps in exactly 1 beat, but this could easily be renamed to fixed_steps_per_beat and fixed_beats implemented.

This will require updating all arpeggiators to use these settings.