We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello !
With this simple example, I was waiting hearing a beep, which is not the case. I need to wait before launching the lang ?
const sc = require("supercolliderjs"); sc.server.boot().then((server) => { sc.lang.boot().then(async function (lang) { await lang.interpret("play {SinOsc.ar}"); await lang.quit(); }); });
The text was updated successfully, but these errors were encountered:
This should work. Check if the processes really did start (use htop or top)
I think you should see some console output. Check the documentation to pass debugging options on booting server and lang.
Check if the server connected to the main audio interface or one you can hear.
Sorry, something went wrong.
I have the same issue, did you solve the problem?
No branches or pull requests
Hello !
With this simple example, I was waiting hearing a beep, which is not the case.
I need to wait before launching the lang ?
The text was updated successfully, but these errors were encountered: