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
2023-02-16 14:46:33 +01:00
.github hotfix: deploy workflow install command 2023-02-01 23:04:13 +01:00
.vscode basic astro docs 2022-12-19 23:23:31 +01:00
my-patterns fix: anchor links 2023-02-13 00:35:40 +01:00
packages no autocomplete until upstream merge 2023-02-11 20:55:35 +01:00
paper iclc reviews 2023-02-05 21:01:02 +00:00
test update snapshot 2023-02-09 18:48:34 +01:00
website Update synths.mdx 2023-02-14 22:08:40 +01:00
.eslintignore format 2023-02-10 20:09:23 +01:00
.eslintrc.json add import linting + fix checks 2023-01-28 21:00:42 +01:00
.gitignore basic pwa setup 2023-02-06 20:57:34 +01:00
.prettierignore format 2023-02-10 20:09:23 +01:00
.prettierrc FIXES: Warning about jsxBracketSameLine deprecation 2023-02-16 14:46:33 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-02-14 18:16:39 +01:00
dependencies.svg add dependencies graphic 2022-09-13 22:40:52 +02:00
index.mjs add script that finds all undocumented exports 2023-01-12 12:35:04 +01:00
jsdoc.config.json better draw cleanup + began reference tab 2022-11-13 14:50:48 +01:00
lerna.json migrate lerna to pnpm 2023-01-28 22:01:35 +01:00
LICENSE Change to Affero GPL 2022-04-27 09:34:47 +01:00
package.json organize tasks 2023-02-01 20:38:56 +01:00
pnpm-lock.yaml update lockfile 2023-02-13 00:37:20 +01:00
pnpm-workspace.yaml add nano-repl as workspace 2023-02-01 16:09:50 +01:00
README.md Update README.md 2023-02-05 23:16:38 +01:00
undocumented.json add more synonyms 2023-01-12 17:40:58 +01:00
undocumented.mjs add script that finds all undocumented exports 2023-01-12 12:35:04 +01: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.