-
Notifications
You must be signed in to change notification settings - Fork 84
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
arc SuperCollider study #438
base: gh-pages
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent! requested api function dark
renamed to alloff
// * rotation (0 is default) | ||
// * prefix (a string nickname for this arc, "/monome" is default) | ||
|
||
~a = MonomeArc.new(rotation: 0, prefix: "/monome"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as rotation is a bonus/stretch feature, i'd generally suggest leaving it out of initializers to simplify the syntax.
i'd introduce it as an addendum at the end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tehn , makes sense!! you just mean in these examples, right? or do you think the method should be edited?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dndrks oh i just meant in the examples. i figure the API allows for leaving it off and then it passes the default of 0?
synchronous with monome/monomeSC#3, this study details scripting with arc + SuperCollider.