update csound + fix sound output

see https://github.com/csound/csound/issues/1690#issuecomment-1414301145
This commit is contained in:
Felix Roos 2023-02-02 21:31:44 +01:00
parent d1719dc277
commit f7b3b582cc
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/csound",
"version": "0.6.1",
"version": "0.6.2",
"description": "csound bindings for strudel",
"main": "index.mjs",
"publishConfig": {
@ -32,7 +32,7 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@csound/browser": "6.18.3",
"@csound/browser": "6.18.5",
"@strudel.cycles/core": "workspace:*",
"@strudel.cycles/webaudio": "workspace:*"
},