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

Method -thresh2 has arg named 'function', but doc has 'argument:: thresh'. #41

Open
joslloand opened this issue Jul 25, 2023 · 0 comments

Comments

@joslloand
Copy link
Contributor

WARNING: SCDoc: In /Applications/SuperCollider 3.13.0/SuperCollider.app/Contents/Resources/HelpSource/Classes/UGen.schelp
  Method -thresh2 has arg named 'function', but doc has 'argument:: thresh'.

This is a result of importing -thresh2 from SimpleNumber.

Relevant code for SimpleNumber:

... and UGen:


Suggested fix:

Update UGen.ext.schelp. Reference SimpleNumber:-thresh2, but refactor to use correct args. E.g., first arg should be named function rather than thresh.

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

No branches or pull requests

1 participant