strudel/packages
Alex McLean 491c99c348
Mini-notation additions towards tidal compatibility (#926)
- `.` feet now work, e.g. `"a b c . d e . f"` is the same as `"[a b c] [d e] [f]"`
- `_` elongation now works, e.g. `"a _ _ b"` is the same as `"a@3 b"` (`"a @ @ b"` also works, like in tidal)
- standalone `!` now works, e.g. `"a ! ! b"` is the same as `"a!3 b"`

Reworks #47 and #49
Ref #30
2024-01-19 14:10:47 +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 Mini-notation additions towards tidal compatibility (#926) 2024-01-19 14:10:47 +00: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.