-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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();
});
});
Metadata
Metadata
Assignees
Labels
No labels