|
- Strudel REPL
strudel is a JavaScript version of tidalcycles, which is a popular live coding language for music, written in Haskell Strudel is free open source software: you can redistribute and or modify it under the terms of the GNU Affero General Public License
- Getting Started Strudel
It is an official port of the Tidal Cycles pattern language to JavaScript You don’t need to know JavaScript or Tidal Cycles to make music with Strudel This interactive tutorial will guide you through the basics of Strudel The best place to actually make music with Strudel is the Strudel REPL
- REPL Strudel
REPL While Strudel can be used as a library in any JavaScript codebase, its main, reference user interface is the Strudel REPL 1, which is a browser-based live coding environment This live code editor is dedicated to manipulating Strudel patterns while they play
- Getting Started Strudel
To see and hear what Strudel can do, visit the Strudel REPL and click the Shuffle icon in the top menu bar You can get a feel for Strudel by browsing and editing these examples and clicking the Refresh icon to update
- Docs Strudel
add a mdx file in a path under website src pages , e g website src pages learn code mdx will be available under https: strudel cc learn code (or locally under http: localhost:4321 learn code )
- Using Strudel in your Project
Here, we’re loading @strudel repl instead of @strudel embed, and the component is called strudel-editor instead of strudel-repl Yes the naming is a bit confusing
- Offline Strudel
When you first visit the Strudel REPL, your browser will download the whole web app including documentation When the download is finished (<1MB), you can visit the website even when offline, getting the downloaded website instead of the online one
- Samples Strudel
Go to the sounds tab in the REPL and open the import-sounds tab below the search bar Press the “import sounds folder” button and select a folder that contains audio files
|
|
|