-
Notifications
You must be signed in to change notification settings - Fork 758
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
SCView.sc #2
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Comments
This was referenced May 6, 2012
Closed
Closed
Closed
nhthn
pushed a commit
to nhthn/supercollider
that referenced
this issue
Oct 18, 2016
…d-pattern-proxy-tests Moar tests
jpburstrom
pushed a commit
to jpburstrom/supercollider
that referenced
this issue
Aug 13, 2018
…aster Bela hackery v01 master
9 tasks
Closed
beatboxchad
pushed a commit
to beatboxchad/supercollider
that referenced
this issue
Mar 8, 2024
Cosmetical changes to enhance readability of SC cmake output
Closed
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Issue migrated from SourceForge | ID: 572165 | Submitted by 'nobody']
[http://sourceforge.net/support/tracker.php?aid=572165]
typo in SCView.sc
SCView
getPropertyList {
this.properties.collect({ arg name;
[name, this.perform(name)]
});
}
doesn't return
should be ^this.properties.collect ...
The text was updated successfully, but these errors were encountered: