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

SimpleNumber-curvelin broken for negative numbers #902

Closed
timblechmann opened this issue Jul 7, 2013 · 0 comments
Closed

SimpleNumber-curvelin broken for negative numbers #902

timblechmann opened this issue Jul 7, 2013 · 0 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library
Milestone

Comments

@timblechmann
Copy link
Contributor

// this works
(0,0.01..1).curvelin(0, 1, 0, 1, 1).lincurve(0, 1, 0, 1, 1).plot

// this doesn't
(-1,-0.99..1).curvelin(-1, 1, -1, 1, 1).lincurve(-1, 1, -1, 1, 1).plot

the same problem applies to UGen-lincurve, which uses the same algorithm.

timblechmann added a commit that referenced this issue Jul 8, 2013
fixes #902

Signed-off-by: Tim Blechmann <tim@klingt.org>
sofakid pushed a commit to sofakid/supercollider that referenced this issue Apr 6, 2015
fixes supercollider#902

Signed-off-by: Tim Blechmann <tim@klingt.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library
Projects
None yet
Development

No branches or pull requests

1 participant