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
Bradford Powell 1227d98904 add a non-probabilistic test for the ? operator
This really just tests that the ? operator faithfully gets represented
as degradeBy(0.5)
2022-08-06 18:22:03 -04: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
packages add a non-probabilistic test for the ? operator 2022-08-06 18:22:03 -04:00
paper build 2022-06-25 23:53:31 +02:00
repl hotfix: prebake flag to skip fetch 2022-08-07 00:14:27 +02:00
tutorial claim victory over the ? and | notations 2022-08-06 18:22:03 -04:00
.gitignore darken repl background 2022-08-02 23:39:07 +02:00
.prettierrc prettify strudel.mjs, plus add top level echo function 2022-03-28 13:37:13 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-06-04 13:40:30 +01:00
jsdoc.config.json configure jsdoc to parse all package files 2022-05-04 22:47:13 +02:00
lerna.json independent mode 2022-03-27 21:52:26 +02:00
LICENSE Change to Affero GPL 2022-04-27 09:34:47 +01:00
package-lock.json replace react-codemirror 2022-08-05 23:05:33 +02:00
package.json update tune 2022-06-18 21:44:32 +02:00
README.md Update README.md 2022-06-16 10:10:13 +01:00

strudel

Strudel test status

An experiment in making a Tidal using web technologies. This software is slowly stabilising, but please continue to tread carefully.

Running Locally

After cloning the project, you can run the REPL locally:

npm run setup
npm run repl

Using Strudel In Your Project

There are multiple npm packages you can use to use strudel, or only parts of it, in your project:

  • core: tidal pattern engine
  • mini: mini notation parser + core binding
  • eval: user code evaluator. syntax sugar + highlighting
  • tone: bindings for Tone.js instruments and effects
  • osc: bindings to communicate via OSC
  • midi: webmidi bindings
  • serial: webserial bindings
  • tonal: tonal functions
  • xen: microtonal / xenharmonic functions
  • ... and there are more

Click on the package names to find out more about each one.

Contributing

There are many ways to contribute to this project! See contribution guide.

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.