https://strudel.cc/ is a web-based live coding environment for creating and performing music using code, specifically JavaScript, within a web browser. It is inspired by the TidalCycles project and allows users to generate patterns, melodies, and entire compositions by writing code. It's designed to be accessible to both beginners and experienced users, requiring no installation and offering a JavaScript-like syntax.
This private repository was created to collect some examples found on the web and add my variations to learn how to code songs on this platform.
To get a local copy up and running follow these simple example steps.
As
- git
sudo apt-get install git
- Gh client
- Login to github using github client
gh auth login
- Clone the repo
git clone https://github.com/anthian/strudel-examples.git
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin anthian/strudel-examples git remote -v # confirm the changes
To play the songs you can use the web editor in https://strudel.cc/. Just paste the js code of any js file of the song folder.