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
Alex McLean 5ecbcfffcb
Merge pull request #7 from felixroos/main
fixed editor crash
2022-02-07 22:07:58 +00:00
.vscode code stuff 2022-02-02 13:48:15 +00:00
docs Merge pull request #7 from felixroos/main 2022-02-07 22:07:58 +00:00
repl fix typo 2022-02-07 22:38:10 +01:00
test fix tests for sequence() and polyrhythm() 2022-02-07 19:02:27 +00:00
.gitignore add codemirror 2022-02-06 22:13:46 +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 slow bug as test 2022-02-06 22:43:47 +01:00
package.json 1.0.3 already 2022-01-27 14:07:52 +00:00
README.md update readme for local dev 2022-02-05 15:44:47 -06:00
snowpack.config.js init 2022-01-24 22:57:21 +00:00
strudel.mjs actually apply the function in every 2022-02-07 19:00:43 +00:00

strudel

Local development

Run the REPL locally:

cd repl
npm install
npm run start