strudel/packages
2023-03-12 20:48:29 +01:00
..
core first draft of soundMap to register keys for s 2023-03-05 23:27:37 +01:00
csound add helper hap.ensureObjectValue 2023-02-24 10:15:06 +01:00
embed Publish 2022-11-06 19:30:53 +01:00
eval trash obsolete package-lock files 2023-02-01 20:43:16 +01:00
midi add midichan + docs 2023-02-25 12:23:01 +01:00
mini Support list syntax in mininotation (#512) 2023-03-04 18:06:18 +00:00
osc add helper hap.ensureObjectValue 2023-02-24 10:15:06 +01:00
react update react to 18 2023-03-03 20:38:20 +01:00
serial overhaul the remaining readmes 2023-02-01 16:29:18 +01:00
soundfonts soundfont list curation part 2 2023-03-12 20:48:29 +01:00
tonal Support list syntax in mininotation (#512) 2023-03-04 18:06:18 +00:00
tone trash obsolete package-lock files 2023-02-01 20:43:16 +01:00
transpiler overhaul the remaining readmes 2023-02-01 16:29:18 +01:00
webaudio register soundfonts as sounds too 2023-03-09 22:48:40 +01:00
webdirt sounds onset and offset can be triggered independently 2023-03-09 08:35:20 +01:00
xen overhaul the remaining readmes 2023-02-01 16:29:18 +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