Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have arp function in tidal work the same way as in strudel #1033

Closed
hellocatfood opened this issue Aug 28, 2023 · 2 comments
Closed

Have arp function in tidal work the same way as in strudel #1033

hellocatfood opened this issue Aug 28, 2023 · 2 comments

Comments

@hellocatfood
Copy link

Is there a way to make arpeggios work in the same way they do in strudel? A couple of examples.

In strudel you can list a series of notes and then use the arp function to pick notes from them. For example https://strudel.tidalcycles.org/?GfzjArDNl_FP#YXdhaXQgc2FtcGxlcygnZ2l0aHViOnRpZGFsY3ljbGVzL0RpcnQtU2FtcGxlcy9tYXN0ZXInKQphd2FpdCBzYW1wbGVzKCdnaXRodWI6eWF4dS9zcGljdWxlL21hc3Rlci8nKQoKICBzb3VuZCgiYmFzczE6MTUiKSAgCiAgLm5vdGUoIltjLGU0LGc0LGY0XSIpCiAgLmFycCgiPDEgMD4gMSBbfiAxXSA8MSAyIDIgMz4iKQogIC5zcGVlZCgiMC4yNSIpCiAgLnNoYXBlKCIwLjUiKQogIC5zbG93KDIpCiAgLnBseSgyKQogIC5jcG0gKDE2MC80KQo%3D

But reinterpreting it in tidal does not produce the same results

d4
$ slow 2
$ ply 2
$ arp "<1 0> 1 [~ 1] <1 2 2 3>"
$ note "[c e g f]"
# sound "bass1:15"
# speed "0.25"
# shape 0.5
|+ note "24"
simplescreenrecorder-2023-08-20_14.18.31.mp4

I can't tell specifically what is happening but it appears like arp is assuming the scale is c major (even though it isn't specified) and is picking notes from this as if the line of code was:

Can it work in the same way as strudel instead?

@gamar3is
Copy link
Contributor

gamar3is commented Oct 1, 2024

Have you seen the dagoarp function, here? It allows for custom arpeggio sequences, not really sure if it's exactly what you're looking for.

@hellocatfood
Copy link
Author

Thanks, this is exactly what I'm after. I'll close this so attention can be paid to the other issue/feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants