Strudel (live coding de música) — fork del hacklab: interfaz multiidioma, pestaña de proyectos, transporte con seek, guía de sonidos y lanzador de escritorio. Upstream: codeberg.org/uzu/strudel
* 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 |
||
|---|---|---|
| .github | ||
| .vscode | ||
| examples | ||
| jsdoc | ||
| my-patterns | ||
| packages | ||
| paper | ||
| src-tauri | ||
| test | ||
| website | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| CONTRIBUTING.md | ||
| index.mjs | ||
| lerna.json | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| undocumented.json | ||
| vitest.config.ts | ||
strudel
An experiment in making a Tidal using web technologies. This software is slowly stabilising, but please continue to tread carefully.
- Try it here: https://strudel.cc
- Docs: https://strudel.cc/learn
- Technical Blog Post: https://loophole-letters.vercel.app/strudel
- 1 Year of Strudel Blog Post: https://loophole-letters.vercel.app/strudel1year
Running Locally
After cloning the project, you can run the REPL locally:
pnpm run setup
pnpm run repl
Using Strudel In Your Project
There are multiple npm packages you can use to use strudel, or only parts of it, in your project:
core: tidal pattern enginemini: mini notation parser + core bindingtranspiler: user code transpilerwebaudio: webaudio outputosc: bindings to communicate via OSCmidi: webmidi bindingsserial: webserial bindingstonal: tonal functions- ... and there are more
Click on the package names to find out more about each one.
Contributing
There are many ways to contribute to this project! See contribution guide.
Made with contrib.rocks.
Community
There is a #strudel channel on the TidalCycles discord: https://discord.com/invite/HGEdXmRkzT
You can also ask questions and find related discussions on the tidal club forum: https://club.tidalcycles.org/
The discord and forum is shared with the haskell (tidal) and python (vortex) siblings of this project.