sc
sc copied to clipboard
Go client for SuperCollider
'go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module.'
This is to prevent the `sc\server.go:33:37: undefined: ServerPath` error on **Windows build**.
Should we consider using this https://github.com/yourbasic/graph?
I'm new to this code and I would like to start contributing some of my effort to this project. On a fresh `go get`, Some of the tests are returning...
Fix stuff like [this](https://github.com/scgolang/sc/blob/257fa2dc8f1e51555b226c5da9928089439b8693/c.go#L159) Either use a type switch... or something cleaner.
This is a rough sketch of an idea to avoid all the `panic`'ing in the ugen Rate methods. The idea is to cache an error on the ugen that will...