-
Notifications
You must be signed in to change notification settings - Fork 821
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
Repeat of zero (and below) #2263
Comments
This becomes important when using boxes on certain operations. |
What should happen? |
I was hoping you might have an opinion about this. Left to my own devices... "Repeat zero times" means either to skip or to play once (same as repeat = 1). Skipping may be useful in certain situations. Any negative number is illogical and should trigger an error. Right now there is no error, so the user needs to hunt around a little bit. |
I would prefer that repeat zero skips the track, since that's mathematically appropriate even if it sounds counter-intuitive. |
currently , it gives out a no input error message . |
repeat 0 should skip its child flow without an error message. Maybe an error message for < 0??? |
For repeat of less than 1, nothing happens (not even an error message)
The text was updated successfully, but these errors were encountered: