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 additions towards tidal compatibility #926

Merged
merged 4 commits into from Jan 19, 2024
Merged

Conversation

yaxu
Copy link
Member

@yaxu yaxu commented Jan 19, 2024

  • . feet now work, e.g. "a b c . d e . f" is the same as "[a b c] [d e] [f]"
  • _ elongation now works, e.g. "a _ _ b" is the same as "a@3 b" ("a @ @ b" also works, like in tidal)
  • standalone ! now works, e.g. "a ! ! b" is the same as "a!3 b"

Reworks #47 and #49
Ref #30

@yaxu yaxu mentioned this pull request Jan 19, 2024
14 tasks
@yaxu yaxu merged commit 491c99c into main Jan 19, 2024
2 checks passed
@yaxu yaxu deleted the mininotation-fixes branch January 19, 2024 14:10
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

Successfully merging this pull request may close these issues.

None yet

1 participant