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 4340f024d3
Reorganise pattern.mjs with a 'toplevel first' regime (#286)
'toplevel first' regime
* loopAt has its optional cps parameter removed, with loopAtCps added for supporting that usage.
* rename bitlevel operations e.g. _and -> band

Co-authored-by: Felix Roos <flix91@gmail.com>
2022-12-10 14:39:03 +00:00
.github use only node 18 to save some energy 2022-11-04 20:25:31 +01:00
.vscode rename deploy workflow 2022-09-19 22:26:34 +02:00
packages Reorganise pattern.mjs with a 'toplevel first' regime (#286) 2022-12-10 14:39:03 +00:00
paper build 2022-06-25 23:53:31 +02:00
repl Reorganise pattern.mjs with a 'toplevel first' regime (#286) 2022-12-10 14:39:03 +00:00
tutorial Reorganise pattern.mjs with a 'toplevel first' regime (#286) 2022-12-10 14:39:03 +00:00
.eslintignore add eslint + fix lint errors 2022-11-24 15:30:11 +01:00
.eslintrc.json add eslint + fix lint errors 2022-11-24 15:30:11 +01:00
.gitignore Core util tests (#226) 2022-10-20 08:26:28 +01:00
.prettierrc prettify strudel.mjs, plus add top level echo function 2022-03-28 13:37:13 +01:00
CONTRIBUTING.md add npte for new packages 2022-08-14 18:05:08 +02:00
dependencies.svg add dependencies graphic 2022-09-13 22:40:52 +02:00
jsdoc.config.json better draw cleanup + began reference tab 2022-11-13 14:50:48 +01: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 Merge remote-tracking branch 'origin/main' into csound 2022-12-01 15:05:23 +01:00
package.json lint before test 2022-11-24 15:31:47 +01:00
README.md add contributor avatars 2022-08-08 22:49:41 +02:00
vitest.config.ts exclude shared test for now 2022-11-03 19:01:23 +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.

Made with contrib.rocks.

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.