drdozer c8875b29c1 Improve autocompletion behavior
- Refactored handlers to use consistent early return pattern for better readability
- Added blocking behavior for unquoted contexts (sound(, scale(, bank()) to guide users toward correct syntax instead of showing irrelevant fallback completions
- Fixed soundHandler to show all sounds when fragment is empty (e.g., sound(""))
- Simplified bankHandler by removing complex quote handling logic in favor of consistent blocking pattern
- Made scale handler regex patterns consistent (removed leading dots)
- All handlers now follow same structure: block unquoted contexts, provide completions for quoted contexts
2025-09-15 14:27:59 +01:00
2022-12-19 23:23:31 +01:00
2025-06-13 08:17:55 +01:00
2025-07-09 09:33:11 +02:00
2025-06-12 18:00:39 +01:00
2025-09-15 14:27:59 +01:00
2024-03-30 16:03:43 +01:00
2025-01-26 13:06:48 +01:00
2025-09-14 02:21:25 -07:00
2025-01-26 14:51:08 +01:00
2025-01-26 13:24:51 +01:00
2025-06-13 08:22:46 +01:00
2025-07-04 18:50:21 -04:00
2024-03-23 14:08:02 +01:00
2023-12-30 23:19:22 +01:00
2022-04-27 09:34:47 +01:00
2025-06-13 08:07:35 +01:00
2025-09-13 21:36:24 +01:00
2025-08-30 12:47:06 +02:00
2025-07-04 22:17:23 +02:00
2025-05-01 23:49:47 +02:00

strudel

Live coding patterns on the web https://strudel.cc/

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. You can find the full list of contributors here.

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.

We also have a mastodon account: social.toplap.org/@strudel

S
Description
No description provided
Readme AGPL-3.0 386 MiB
Languages
JavaScript 84.2%
MDX 11.4%
Csound 1.8%
Astro 0.8%
PEG.js 0.6%
Other 1.2%