- 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
|
||
|---|---|---|
| .. | ||
| codemirror | ||
| core | ||
| csound | ||
| desktopbridge | ||
| draw | ||
| embed | ||
| gamepad | ||
| hs2js | ||
| hydra | ||
| midi | ||
| mini | ||
| mondo | ||
| mondough | ||
| motion | ||
| mqtt | ||
| osc | ||
| reference | ||
| repl | ||
| sampler | ||
| serial | ||
| soundfonts | ||
| superdough | ||
| supradough | ||
| tidal | ||
| tonal | ||
| transpiler | ||
| vite-plugin-bundle-audioworklet | ||
| web | ||
| webaudio | ||
| xen | ||
| README.md | ||
Packages
Each folder represents one of the @strudel/* packages published to npm.
To understand how those pieces connect, refer to the Technical Manual or the individual READMEs.