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

Add named patterns #11

Open
varkor opened this issue Jun 10, 2017 · 1 comment
Open

Add named patterns #11

varkor opened this issue Jun 10, 2017 · 1 comment
Labels

Comments

@varkor
Copy link
Owner

varkor commented Jun 10, 2017

A constructor like Siteswap.parse that accepts both siteswap notation as well as natural-language names like 5-ball cascade would be very useful. This will likely entail coming up with a canonical naming scheme for juggling patterns.

@varkor varkor added the feature label Jun 10, 2017
@varkor
Copy link
Owner Author

varkor commented Jun 11, 2017

5847004 goes some way to adding this, but there are a few families of named siteswaps that are currently unsupported (as they either rely on a recursive notation for siteswap families, or repeated sections — see #14).
Some named siteswaps that are currently unsupported:

  • Alternating shower (<{2n-1}2>^{n-2}{2n-1}12, where <> represent groups)
  • Box (({4n-8}, 2x)...* where ... represents a recursion)
  • Freezeframe ({2n-1}...)
  • Snake (<{2n-1}0>^{n-1}{2n-1})
  • Half-shower (both this and the psuedo-shower have multiple possible patterns for a given cardinality, so it is unclear which to pick)
  • Pseudo-shower

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

No branches or pull requests

1 participant