An experiment in making a Tidal using web technologies. This software is a bit more stable now, 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
- 2 Years of Strudel Blog Post: https://strudel.cc/blog/#year-2
It's a Strudel version which only uses local samples offline.
After cloning the project, you can run the REPL locally:
- Install Node.js
- Install pnpm
- Install dependencies by running the following command:
# from root of <your-strudel> pnpm i - Run the development server:
# from root of <your-strudel> pnpm dev - Download samples to
<your-strudel>/samplesfolder from https://github.com/felixroos/dough-samples https://github.com/felixroos/webaudiofontdata - Run the local samples server:
# from root of <your-strudel> cd samples npx ../packages/sampler
- Please refer to
<your-strudel>/samples/README.mdfor how to load local samples in your code
This project is organized into many packages, which are also available on npm.
Read more about how to use these in your own project here.
You will need to abide by the terms of the GNU Affero Public Licence v3. As such, Strudel code can only be shared within free/open source projects under the same license -- see the license for details.
Licensing info for the default sound banks can be found over on the dough-samples repository.
There are many ways to contribute to this project! See contribution guide.
Made with contrib.rocks.
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.