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

arc SuperCollider study #438

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open

arc SuperCollider study #438

wants to merge 3 commits into from

Conversation

dndrks
Copy link
Member

@dndrks dndrks commented Mar 15, 2025

synchronous with monome/monomeSC#3, this study details scripting with arc + SuperCollider.

@dndrks dndrks assigned tehn and unassigned tehn Mar 15, 2025
@dndrks dndrks requested a review from tehn March 16, 2025 04:53
Copy link
Member

@tehn tehn left a 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");
Copy link
Member

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

Copy link
Member Author

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?

Copy link
Member

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?

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

Successfully merging this pull request may close these issues.

2 participants