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
2025-06-13 08:22:46 +01:00
.github Update .github/workflows/test.yml 2025-06-13 08:53:53 +02:00
.vscode basic astro docs 2022-12-19 23:23:31 +01:00
bench Polish, rename, and document stepwise functions (#1262) 2025-02-02 20:26:44 +00:00
examples update main package + core package + vite / vitest 2025-01-24 15:45:49 +01:00
jsdoc More code beauty please 2023-11-22 20:38:25 +01:00
my-patterns update to astro 3 2023-11-02 09:13:29 +01:00
packages Merge pull request #1364 from tidalcycles/dosomething 2025-06-05 19:39:16 +01:00
paper replace strudel.tidalcycles.org with strudel.cc 2023-10-28 23:49:30 +02:00
samples simplify readme 2024-03-30 16:03:43 +01:00
src-tauri chore: update website packages 2025-01-26 13:06:48 +01:00
test Merge pull request #1364 from tidalcycles/dosomething 2025-06-05 19:39:16 +01:00
tools/dbpatch update all the things again 2025-01-26 14:51:08 +01:00
website working 2025-06-12 10:23:21 +02:00
.eslintrc.json migrate eslint 2025-01-26 13:24:51 +01:00
.gitignore run sampler in parallel by default + move samples folder to root 2024-03-30 04:48:55 +01:00
.prettierignore ignore .pnpm-store 2025-06-13 08:22:46 +01:00
.prettierrc FIXES: Warning about jsxBracketSameLine deprecation 2023-02-16 14:46:33 +01:00
CONTRIBUTING.md add keyDown 2025-01-02 22:12:48 -05:00
eslint.config.mjs migrate eslint 2025-01-26 13:24:51 +01:00
index.mjs update undocumented script 2024-03-23 14:08:02 +01:00
lerna.json update lerna 2023-12-30 23:19:22 +01:00
LICENSE Change to Affero GPL 2022-04-27 09:34:47 +01:00
package.json fix: import in vitest config 2025-05-01 23:49:47 +02:00
pnpm-lock.yaml fix: repl package build 2025-05-01 23:58:49 +02:00
pnpm-workspace.yaml make 0.5hz cps the default (#931) 2024-01-22 19:02:34 +00:00
README.md Signpost licenses for source code and samples a bit more, ref #1277 (#1289) 2025-02-23 09:54:13 +00:00
undocumented.json fix: use full repl in web package 2024-05-30 14:36:28 +02:00
vitest.config.mjs fix: import in vitest config 2025-05-01 23:49:47 +02:00

strudel

Strudel test status DOI

An experiment in making a Tidal using web technologies. This software is a bit more stable now, but please continue to tread carefully.

Running Locally

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

  1. Install Node.js
  2. Install pnpm
  3. Install dependencies by running the following command:
    pnpm i
    
  4. Run the development server:
    pnpm dev
    

Using Strudel In Your Project

This project is organized into many packages, which are also available on npm.

Read more about how to use these in your own project here.

You will need to abide by the terms of the GNU Affero Public Licence v3. As such, Strudel code can only be shared within free/open source projects under the same license -- see the license for details.

Licensing info for the default sound banks can be found over on the dough-samples repository.

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.