jugglinglab icon indicating copy to clipboard operation
jugglinglab copied to clipboard

Feature suggestion: In pattern input, allow + and - in place of H and 0

Open jkboyce opened this issue 1 year ago • 0 comments

When writing long prime siteswap patterns, it's convenient to use + and - in place of H and 0.

For example, the longest prime pattern with 5 balls, max throw 7 is ++++1+-+++1++-++4-. We want to allow the user to input patterns in that format.

The algorithm will need to infer the value of H based on finding the minimum value that makes a valid pattern.

jkboyce avatar Jan 22 '24 02:01 jkboyce