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
Felix Roos c810a02a79
- add defaultmidimap function
- add midisounds function
- add midiport control
2025-02-03 21:55:57 +01:00
.github hotfix: update action versions 2025-01-31 09:45:36 +01:00
.vscode basic astro docs 2022-12-19 23:23:31 +01:00
bench Benchmarks (#1079) 2024-05-03 10:52:56 +01: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 - add defaultmidimap function 2025-02-03 21:55:57 +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 fix: bring back examples test 2025-01-31 08:40:16 +01:00
tools/dbpatch update all the things again 2025-01-26 14:51:08 +01:00
website Merge pull request #1245 from TodePond/lu/add-drum-suffixes 2025-02-01 22:32:59 +01:00
.eslintignore fix: format + ignore samples 2024-10-19 01:05:23 +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 add more aliases 2025-01-26 16:51:11 +00: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 cleanup 2025-01-26 15:50:44 +01:00
pnpm-lock.yaml chore: bump vite + update lockfile 2025-01-31 08:19:26 +01:00
pnpm-workspace.yaml make 0.5hz cps the default (#931) 2024-01-22 19:02:34 +00:00
README.md edit run locally instructions in README.md 2024-10-29 11:20:05 +01:00
undocumented.json fix: use full repl in web package 2024-05-30 14:36:28 +02:00
vitest.config.ts update vitest from 1 to 2 2024-10-18 23:45:54 +02:00

strudel

Strudel test status

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.

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.