Open crucialfelix opened 8 years ago
Initial boot of sclang does produce a PID, but it quits a moment later with:
info: stdout : input and output sample rates do not match. 48000 != 44100 [1] could not initialize audio.
Dryadic scsynth does not respond or notify about this event.
Note also that scsynth posts error messages to stdout, not stderr
You can attach an event handler manually like this:
function fail(result) { console.error(result); console.trace(); process.exit(1); } server.on('exit', fail);
Initial boot of sclang does produce a PID, but it quits a moment later with:
Dryadic scsynth does not respond or notify about this event.
Note also that scsynth posts error messages to stdout, not stderr