mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
- @strudel.cycles/core@0.4.0 - @strudel.cycles/eval@0.4.0 - @strudel.cycles/midi@0.4.0 - @strudel.cycles/mini@0.4.0 - @strudel.cycles/osc@0.3.0 - @strudel.cycles/react@0.4.0 - @strudel.cycles/serial@0.2.0 - @strudel.cycles/soundfonts@0.4.0 - @strudel.cycles/tonal@0.4.0 - @strudel.cycles/tone@0.4.0 - @strudel.cycles/transpiler@0.4.0 - @strudel.cycles/webaudio@0.4.0 - @strudel.cycles/webdirt@0.4.0 - @strudel.cycles/xen@0.4.0
34 lines
794 B
JSON
34 lines
794 B
JSON
{
|
|
"name": "@strudel.cycles/soundfonts",
|
|
"version": "0.4.0",
|
|
"description": "Soundsfont support for strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"dependencies": {
|
|
"@strudel.cycles/core": "^0.4.0",
|
|
"@strudel.cycles/webaudio": "^0.4.0",
|
|
"sfumato": "^0.1.2",
|
|
"soundfont2": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"node-fetch": "^3.2.6"
|
|
}
|
|
}
|