tidalcycles/Tidal

`arp` step patterns not working

Git-Christopher opened this issue · 2 comments

n (arp "up" "c'maj7'8") works but n (arp "up" "c'maj7'[8]") does not -- when the step argument is placed within square brackets for patterning, it does not produce eight steps and the notes produced do not relate to the chord that is defined.

Right now the parser sees the entire c'maj7'8 as one unit, so the individual pieces aren't patternable. Not sure what it would take to change that, but it would be interesting...

just saw this, this is fixed in 1.9.x, since chords are patternable now.

this issue can be closed