Tidal icon indicating copy to clipboard operation
Tidal copied to clipboard

`arp` step patterns not working

Open Git-Christopher opened this issue 2 years ago • 1 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.

Git-Christopher avatar Mar 21 '22 14:03 Git-Christopher

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...

bgold-cosmos avatar Mar 21 '22 14:03 bgold-cosmos

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

this issue can be closed

polymorphicengine avatar Sep 20 '22 14:09 polymorphicengine