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

Polymetric sequence subdivision not working #1037

Open
taucontrib opened this issue Sep 18, 2023 · 3 comments
Open

Polymetric sequence subdivision not working #1037

taucontrib opened this issue Sep 18, 2023 · 3 comments

Comments

@taucontrib
Copy link

The codeline:

d1 $ s "{bd cp hh}%8"

from the Mini Notation reference is interpreted as:

d1 $ fast 3 $ s "bd cp hh"

Expected is the following:

d1 $ s "bd cp hh bd cp hh bd cp"

@taucontrib
Copy link
Author

fast 8/3 not fast 3 in the second code line

@yaxu
Copy link
Member

yaxu commented Sep 18, 2023

It would be like "bd cp hh bd cp hh bd cp" the first cycle, but would then carry on with "hh bd cp hh bd cp hh bd" for the second cycle, etc.

@taucontrib
Copy link
Author

Ok so this behavior is expected? Then I got the documentation wrong - closing this issue now, thanks!:)

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