strudel/packages
Alex McLean 98b7859605
pick, pickmod, inhabit, inhabitmod (#921)
* the args for `pick` are now reversed as standard (old behaviour still supported to avoid breaking change)
* `pick` is also now a pattern method
* `pick` now also accepts a lookup table for pick-by-name as an alternative to pick-by-index from a list
* `inhabit` added with same behaviour as `pick`, except cycles from source patterns are squeezed into events of inhabited patterns
* Also some general doc tidying, sorry for the noise..
* There is also `pickmod` and `inhabitmod`, for wrapping indexes around rather than clamping them
2024-01-18 17:08:29 +00:00
..
codemirror Publish 2024-01-18 09:59:57 +01:00
core pick, pickmod, inhabit, inhabitmod (#921) 2024-01-18 17:08:29 +00:00
csound Publish 2024-01-18 09:59:57 +01:00
desktopbridge the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
embed Publish 2024-01-18 09:59:57 +01:00
hydra Publish 2024-01-18 09:59:57 +01:00
midi Publish 2024-01-18 09:59:57 +01:00
mini Publish 2024-01-18 09:59:57 +01:00
osc Publish 2024-01-18 09:59:57 +01:00
repl Publish 2024-01-18 09:59:57 +01:00
serial Publish 2024-01-18 09:59:57 +01:00
soundfonts Publish 2024-01-18 09:59:57 +01:00
superdough Publish 2024-01-18 09:35:20 +01:00
tonal Publish 2024-01-18 09:59:57 +01:00
transpiler Publish 2024-01-18 09:59:57 +01:00
web Publish 2024-01-18 09:59:57 +01:00
webaudio Publish 2024-01-18 09:59:57 +01:00
xen Publish 2024-01-18 09:59:57 +01:00
README.md the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00

Packages

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

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