hotchk155 / arpie

A compact and full featured MIDI arpeggiator, Open source, Arduino based

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to only advance step when step is enabled

hotchk155 opened this issue · comments

Skip Mode: Notes concurrent with disabled steps are not muted, just held in memory and played whenever a new step is active. For instance, with the following LED sequence:

ooo_oo_oooo_oo_o ( _ = disabled step)

and a C major (C-E-G) input chord, UP mode:

Present behaviour: CEG_EG_EGCE_CE_C EGC_...
Skip mode: CEG_CE_GCEG_CE_G CEG_...

IMO it would be musically interesting to be able to toggle between these two modes mid-chord.
(JP)

SKIP REST option in arpie v4