strudel/packages
2023-01-19 11:47:11 +01:00
..
core add run + test + docs 2023-01-19 11:47:11 +01:00
csound Publish 2022-12-13 22:38:08 +01:00
embed Publish 2022-11-06 19:30:53 +01:00
eval fix core deps after release trouble 2022-12-13 22:46:35 +01:00
midi fixes #346 2023-01-04 19:52:51 +01:00
mini hotfix: preview command + build peg without logs 2023-01-09 23:55:45 +01:00
osc add tutorial redirect 2022-12-22 23:47:11 +01:00
react do less work when not drawing 2023-01-15 23:11:49 +01:00
serial bump already published packages 2022-12-13 22:36:13 +01:00
soundfonts fix core deps after release trouble 2022-12-13 22:46:35 +01:00
tonal add tutorial redirect 2022-12-22 23:47:11 +01:00
tone add tutorial redirect 2022-12-22 23:47:11 +01:00
transpiler supper notes without octave 2022-12-23 23:01:07 +01:00
webaudio fix: double slash 2023-01-12 12:40:20 +01:00
webdirt fix core deps after release trouble 2022-12-13 22:46:35 +01:00
xen fix core deps after release trouble 2022-12-13 22:46:35 +01:00
README.md Create README.md 2022-09-13 22:45:03 +02:00

Packages

Each folder represents one of the @strudel.cycles/* packages published to npm.

To understand how those pieces connect, refer to the Technical Manual or the individual READMEs.

This is a graphical view of all the packages: full screen

dependencies

Generated with

npx depcruise --include-only "^packages" -X "node_modules" --output-type dot packages | dot -T svg > dependencygraph.svg