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-24 18:47:21 +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-03-23 20:12:35 +01:00
paper integrate with WAC latex template 2022-03-22 15:56:26 +00:00
repl map pianoroll alpha to velocity 2022-03-23 20:09:32 +01:00
test began value api 2022-03-24 18:47:21 +01:00
.gitignore ignore mytunes 2022-03-20 01:24:47 +01:00
featurelist.md add featurelist 2022-02-24 20:19:02 +01:00
fraction.mjs always stringify fraction param 2022-03-19 19:27:26 +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 Update package.json 2022-03-10 12:11:17 +09: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 cpm 2022-03-23 20:09:49 +01:00
util.mjs add euclid 2022-03-17 15:03:57 +01:00
value.mjs began value api 2022-03-24 18:47:21 +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