update csound + fix sound output
see https://github.com/csound/csound/issues/1690#issuecomment-1414301145
This commit is contained in:
parent
d1719dc277
commit
f7b3b582cc
3 changed files with 7 additions and 6 deletions
|
|
@ -92,6 +92,7 @@ async function load() {
|
|||
['message'].forEach((k) => _csound.on(k, (...args) => eventLogger(k, args)));
|
||||
await _csound.setOption('-m0d'); // see -m flag https://csound.com/docs/manual/CommandFlags.html
|
||||
await _csound.setOption('--sample-accurate');
|
||||
await _csound.setOption('-odac');
|
||||
await _csound.compileCsdText(csd);
|
||||
// await _csound.compileOrc(livecodeOrc);
|
||||
await _csound.compileOrc(presetsOrc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue