Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidalcycles/strudel
Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
https://github.com/tidalcycles/strudel
algorave algorithmic-patterns javascript livecoding music synthesizer tidal tidalcycles web-audio webaudio
Last synced: about 1 month ago
JSON representation
Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
- Host: GitHub
- URL: https://github.com/tidalcycles/strudel
- Owner: tidalcycles
- License: agpl-3.0
- Created: 2022-01-22T20:24:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T17:52:47.000Z (about 1 month ago)
- Last Synced: 2024-10-09T07:50:32.093Z (about 1 month ago)
- Topics: algorave, algorithmic-patterns, javascript, livecoding, music, synthesizer, tidal, tidalcycles, web-audio, webaudio
- Language: JavaScript
- Homepage: https://strudel.cc/
- Size: 152 MB
- Stars: 649
- Watchers: 10
- Forks: 111
- Open Issues: 240
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# strudel
[![Strudel test status](https://github.com/tidalcycles/strudel/actions/workflows/test.yml/badge.svg)](https://github.com/tidalcycles/strudel/actions)
An experiment in making a [Tidal](https://github.com/tidalcycles/tidal/) using web technologies. This software is a bit more stable now, but please continue to tread carefully.
- Try it here:
- Docs:
- Technical Blog Post:
- 1 Year of Strudel Blog Post:
- 2 Years of Strudel Blog Post:## Running Locally
After cloning the project, you can run the REPL locally:
```bash
pnpm i
pnpm dev
```## Using Strudel In Your Project
This project is organized into many [packages](./packages), which are also available on [npm](https://www.npmjs.com/search?q=%40strudel).
Read more about how to use these in your own project [here](https://strudel.cc/technical-manual/project-start).
## Contributing
There are many ways to contribute to this project! See [contribution guide](./CONTRIBUTING.md).
Made with [contrib.rocks](https://contrib.rocks).
## Community
There is a #strudel channel on the TidalCycles discord:
You can also ask questions and find related discussions on the tidal club forum:
The discord and forum is shared with the haskell (tidal) and python (vortex) siblings of this project.