strudel/packages
2023-01-28 22:49:13 +01:00
..
core add core build 2023-01-28 22:05:11 +01:00
csound csound build 2023-01-28 22:27:18 +01:00
embed Publish 2022-11-06 19:30:53 +01:00
eval eval build 2023-01-28 22:32:48 +01:00
midi midi build 2023-01-28 22:35:08 +01:00
mini bump mini 2023-01-28 22:16:33 +01:00
osc osc build 2023-01-28 22:40:10 +01:00
react remove dist folder 2023-01-28 22:49:13 +01:00
serial use pnpm workspaces 2023-01-28 20:14:26 +01:00
soundfonts use workspace protocol everywhere 2023-01-28 20:37:56 +01:00
tonal add import linting + fix checks 2023-01-28 21:00:42 +01:00
tone add import linting + fix checks 2023-01-28 21:00:42 +01:00
transpiler add import linting + fix checks 2023-01-28 21:00:42 +01:00
webaudio use workspace protocol everywhere 2023-01-28 20:37:56 +01:00
webdirt add import linting + fix checks 2023-01-28 21:00:42 +01:00
xen add import linting + fix checks 2023-01-28 21:00:42 +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