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
Find a file
2022-03-27 23:43:30 +02:00
.github remove node 14 test 2022-03-27 22:12:05 +02:00
.vscode code stuff 2022-02-02 13:48:15 +00:00
docs build 2022-03-26 16:38:18 +01:00
packages simplify import 2022-03-27 23:43:30 +02:00
paper tidy up, get citations by URL 2022-03-24 12:30:54 +00:00
repl simplify onEvent call 2022-03-27 23:43:20 +02:00
.gitignore fix tutorial 2022-03-26 14:52:58 +01:00
featurelist.md add featurelist 2022-02-24 20:19:02 +01:00
index.html fix strudel location 2022-01-27 20:44:47 +00:00
lerna.json independent mode 2022-03-27 21:52:26 +02:00
LICENSE Initial commit 2022-01-22 20:24:36 +00:00
package-lock.json rename main package json 2022-03-27 21:47:18 +02:00
package.json rename main package json 2022-03-27 21:47:18 +02:00
README.md repl readme 2022-03-27 22:21:51 +02:00
snowpack.config.js init 2022-01-24 22:57:21 +00:00

strudel

Strudel test status

An experiment in making a Tidal using web technologies. This is unstable software, please tread carefully.

Try it here: https://strudel.tidalcycles.org/

Tutorial: https://strudel.tidalcycles.org/tutorial/

Local development

Run the REPL locally:

npm install
npx lerna bootstrap
cd repl
npm install
npm run start