strudel/packages
Alex McLean f57fe182ed
Support for multiple mininotation operators WIP (#350)
* support for multiple operators
* fix false test failures by sorting by part
* snapshot
2023-01-09 22:23:27 +00:00
..
core Fix .out(), renaming webaudio's out() to webaudio() (#361) 2023-01-08 23:40:15 +00: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 Support for multiple mininotation operators WIP (#350) 2023-01-09 22:23:27 +00:00
osc add tutorial redirect 2022-12-22 23:47:11 +01:00
react only start animation loop when canvas is visible 2022-12-26 22:59:41 +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 .out(), renaming webaudio's out() to webaudio() (#361) 2023-01-08 23:40:15 +00: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