Open davidlang42 opened 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
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