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-06 10:34:09 +01:00
.github Update test.yml 2022-02-26 20:21:50 +00:00
.vscode code stuff 2022-02-02 13:48:15 +00:00
docs build 2022-02-27 22:11:34 +01:00
repl add sampler + players + switchify onTrigger 2022-03-06 10:34:09 +01:00
test Fix resolveState 2022-02-27 23:30:00 +00:00
.gitignore ast shape shifting pseudo note variables 2022-02-09 20:11:16 +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
LICENSE Initial commit 2022-01-22 20:24:36 +00:00
package-lock.json test: 📦 Add missing dependency and a CI check, to prevent oversights ;p 2022-02-26 20:46:13 +01:00
package.json test: 📦 Add missing dependency and a CI check, to prevent oversights ;p 2022-02-26 20:46:13 +01:00
README.md Update README.md 2022-02-26 20:29:16 +00:00
snowpack.config.js init 2022-01-24 22:57:21 +00:00
strudel.mjs Fix resolveState 2022-02-27 23:30:00 +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:

cd repl
npm install
npm run start