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

Settings don't change if same type #26

Open davidlang42 opened 1 month ago

davidlang42 commented 1 month ago

The bug is that setting equality check is only done on mode.

Line 144 of arpeggiator.rs: if new_mode != mode {

Eg. Changing from one set of Triggered chords to another, they don't change, unless you go back to passthrough first