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-04-02 18:38:20 +01: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 add all the superdirt controls 2022-04-02 18:38:20 +01:00
paper tidy up, get citations by URL 2022-03-24 12:30:54 +00:00
repl move osc/superdirt to core/controls 2022-04-02 16:06:42 +01:00
.gitignore fix tutorial 2022-03-26 14:52:58 +01:00
.prettierrc prettify strudel.mjs, plus add top level echo function 2022-03-28 13:37:13 +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 Expain style and community a little bit. 2022-03-28 13:54:38 +01: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

Publish Packages

To publish, just run:

npx lerna version

This will publish all packages that changed since the last version.

Style

For now, please try to copy the style of surrounding code. VS Code users can install the 'prettier' add-on which will use the .prettierrc configuration file for automatic formatting.

Community

There is a #strudel channel on the TidalCycles discord: https://discord.com/invite/HGEdXmRkzT

You can also ask questions and find related discussions on the tidal club forum: https://club.tidalcycles.org/

The discord and forum is shared with the haskell (tidal) and python (vortex) siblings of this project.