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-04 00:07:00 +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 .tuning + 12ji preset 2022-02-28 23:42:04 +01:00
test Merge commit '63eb912434' into notes-and-numbers 2022-02-28 22:56:25 +01: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 add tonal dev dep to root package 2022-02-28 23:02:49 +01:00
package.json add tonal dev dep to root package 2022-02-28 23:02:49 +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 add Pattern.round 2022-03-04 00:07:00 +01:00
util.mjs add getPlayableNoteValue helper 2022-02-28 23:32:22 +01: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