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

Mini-notation problems #46

Open
HighHarmonics2 opened this issue May 23, 2023 · 0 comments
Open

Mini-notation problems #46

HighHarmonics2 opened this issue May 23, 2023 · 0 comments

Comments

@HighHarmonics2
Copy link

I'm running Vortex from Sardine and encountered these behaviors which are inconsistent with Tidal execution. They appear to be bugs.

  • Replicate operator ! repeats the note 1 more than it should
    s("bd!3 sd") # should give 3 bd for a 4 beat pattern - but it gives 4 bd for a 5 beat pattern

  • Random choice | with >2 options only selects between first and last
    s("[bd | hh | cp | east | ht]") # selects bd or ht and ignores hh cp east

  • In Tidal, polymetric subdivision accepts floats. In Sardine, only integers are valid.
    d2 $ s "{bd ht lt east:2}%4.4" Valid syntax.
    s("{bd ht lt east:2}%4.4") # errors in Vortex

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

1 participant