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
2024-03-30 16:03:43 +01:00
.github use node 20 for deployment too + bump node types 2023-12-31 00:54:39 +01:00
.vscode basic astro docs 2022-12-19 23:23:31 +01:00
examples remove demo + scripts on all doc pages 2024-03-22 16:23:18 +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 bump version 2024-03-30 16:00:21 +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 the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
test Tactus tidy (#1027) 2024-03-29 13:55:05 +00:00
tools/dbpatch make 0.5hz cps the default (#931) 2024-01-22 19:02:34 +00:00
website add font file types to offline cache 2024-03-29 17:13:01 +01:00
.eslintignore Ignore jsdoc-synonyms by eslint 2023-11-11 15:53:03 +01:00
.eslintrc.json add import linting + fix checks 2023-01-28 21:00:42 +01:00
.gitignore run sampler in parallel by default + move samples folder to root 2024-03-30 04:48:55 +01:00
.prettierignore fix: do not format autogenerated file 2024-01-14 23:47:50 +01:00
.prettierrc FIXES: Warning about jsxBracketSameLine deprecation 2023-02-16 14:46:33 +01:00
CONTRIBUTING.md the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +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 remove starting sampler by default 2024-03-30 16:02:02 +01:00
pnpm-lock.yaml proper sample server 2024-03-30 03:25:42 +01:00
pnpm-workspace.yaml make 0.5hz cps the default (#931) 2024-01-22 19:02:34 +00:00
README.md a few more words 2024-03-22 16:19:45 +01:00
undocumented.json Fewer undocumented functions 2024-03-24 14:18:25 +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 a bit more stable now, but please continue to tread carefully.

Running Locally

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

pnpm i
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.