Tidal icon indicating copy to clipboard operation
Tidal copied to clipboard

Patterning the number of steps in an arpeggio

Open Git-Christopher opened this issue 4 years ago • 1 comments

The current iteration of arp functionality within function note allows you to specify the number of arpeggiated steps in a given chord; e.g. note (arp "updown" "c5'maj'**8**").

I would like to propose modifying the arp functionality to include a way to pattern the steps using mini notation; e.g. ( . . . "c5'maj'**<4 5 6>**") or (. . . "c5'maj'**[4|8|16]**").

Perhaps another way to approach this would be to add a third argument to arp; i.e. note (arp "updown" **"<4 5 6>**" "c5'maj").

Thank you for considering this feature!

Git-Christopher avatar Mar 31 '20 23:03 Git-Christopher

would love for this to still become a feature!

Git-Christopher avatar Jun 06 '20 02:06 Git-Christopher

With recent improvements to chord parsing, this seems to work now

yaxu avatar Sep 25 '22 20:09 yaxu