We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Line.kr(0, 1, 10, doneAction:2) # 2 is elusive
I want to write like this.
Line.kr(0, 1, 10, doneAction:FREE) # (replaced 2 when compiling)
List of UGen-doneAction is here.
http://doc.sccode.org/Reference/UGen-doneActions.html
What aliases is good?
The text was updated successfully, but these errors were encountered:
I think we shoud keep the sclang style, and add the FREE constant as a bonus
FREE
0 -> NOTHING 1 -> PAUSE there are just so many doneActions, can't think of any alias for now
Sorry, something went wrong.
0 -> NOTHING 1 -> PAUSE 2 -> FREE 3... (not defined)
It's a good idea that only actions used frequently are defined.
No branches or pull requests
I want to write like this.
List of UGen-doneAction is here.
http://doc.sccode.org/Reference/UGen-doneActions.html
What aliases is good?
The text was updated successfully, but these errors were encountered: