Open yaxu opened 12 months ago
I think strudel might have something similar to this
Usage (pasted from yaxu's comment on Discord):
d1 $ dagoarp "0 [4 2] 3 <1 4>" $ n "c'maj'5 c'min'5 e'maj'5" # sound "superpiano"
(by the way, what/who's dago?)
Something strange is happening the the following pattern
d1
$ dagoarp "9 0 2 3 5 2 1 2"
$ note (slow 4 $ "e6'sus2 cf5'13 d5'minor7 d5'minor7 ")
# sound "bass1:2"
# legato 1.4
By the time it reaches d5'minor7
it, for some reason, plays the bass1:1
sample instead of bass1:2
.
Is dagoarp
picking the sample instead of the note?
Hmm try this:
d1
$ note (dagoarp "9 0 2 3 5 2 1 2" $ slow 4 $ "e6'sus2 cf5'13 d5'minor7 d5'minor7 ")
# sound "bass1:2"
# legato 1.4
Otherwise I think it will indeed default to working on 'n' and not the notes.
(by the way, what/who's dago?)
Dago is Dagobert Sondervan who asked for this feature :) It probably needs a more descriptive name if it's going into tidal
How about:
arpList arpIndex arpArray
arp'
?
arpFrom ? arpPat ?