strudel/packages
Alex McLean 68c9008019
Fix Bjorklund (#343)
* port Rohan Drape's Bjorklund implementation, add Toussaint's tests
* fix euclidLegato, simplifying a bit now that bjork results should always begin with an 'on'
* migrate euclid numbers in tunes
- 3,4 +1
- 5,8 -1
- 6,8 +3

Co-authored-by: Felix Roos <flix91@gmail.com>
2023-01-06 11:31:32 +00:00
..
core Fix Bjorklund (#343) 2023-01-06 11:31:32 +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 Fix Bjorklund (#343) 2023-01-06 11:31:32 +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 core deps after release trouble 2022-12-13 22:46:35 +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