mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
- @strudel.cycles/core@0.3.2 - @strudel.cycles/eval@0.3.2 - @strudel.cycles/midi@0.3.2 - @strudel.cycles/mini@0.3.2 - @strudel.cycles/react@0.3.2 - @strudel.cycles/soundfonts@0.3.2 - @strudel.cycles/tonal@0.3.2 - @strudel.cycles/tone@0.3.2 - @strudel.cycles/transpiler@0.3.2 - @strudel.cycles/webaudio@0.3.2 - @strudel.cycles/webdirt@0.3.2 - @strudel.cycles/xen@0.3.2
29 lines
659 B
JSON
29 lines
659 B
JSON
{
|
|
"name": "@strudel.cycles/midi",
|
|
"version": "0.3.2",
|
|
"description": "Midi API for strudel",
|
|
"main": "index.mjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"titdalcycles",
|
|
"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/tone": "^0.3.2",
|
|
"tone": "^14.7.77",
|
|
"webmidi": "^3.0.21"
|
|
}
|
|
}
|