space-shell
ec73c48e2e
feat: Add Helix keybindings and Nix development environment
...
Add support for Helix editor keybindings in the REPL, providing users
with a modern, selection-first modal editing experience as an alternative
to Vim, Emacs, and VSCode keybindings.
Helix Keybindings Integration:
- Add codemirror-helix@^0.5.0 dependency to @strudel/codemirror
- Import and register helix keybindings in keybindings.mjs
- Add 'Helix' option to keybindings selector in Settings UI
- Create comprehensive user documentation at technical-manual/helix.mdx
- Update developer documentation with keybinding integration pattern
The Helix mode provides selection-first editing (select → action) which
differs from Vim's action-motion paradigm, offering an alternative
workflow for modal editing enthusiasts.
Documentation:
- Update CLAUDE.md with Helix support and keybinding addition process
- Create helix.mdx with user-facing documentation and command reference
- Update CHANGELOG.md with December 2025 entry
Testing:
Run `pnpm i` to install new dependencies, then `pnpm dev` to test.
Verify Helix mode works in Settings → Keybindings → Helix.
2025-12-08 09:44:02 +01:00
Aria
48231ea12a
Merge branch 'main' into glossing/midin-channels
2025-12-07 21:23:57 +01:00
Aria
efda32eedb
Merge branch 'main' into glossing/transient-processor
2025-12-07 20:29:50 +01:00
Aria
95d04d1149
Merge branch 'main' into glossing/midin-channels
2025-12-07 20:29:39 +01:00
Aria
358b1e3f56
Make sure processor turns off; fix array sizes for JIT
2025-12-07 13:28:57 -06:00
Aria
fe7e8f7add
Clearer docstring
2025-12-07 13:21:06 -06:00
Aria
5e99393f5a
Merge branch 'main' into glossing/controls-various
2025-12-07 18:54:18 +01:00
Aria
fab8d2193d
Merge branch 'main' into glossing/midin-channels
2025-12-07 18:45:16 +01:00
Aria
150835aa4d
Merge branch 'main' into glossing/transient-processor
2025-12-07 18:45:11 +01:00
Aria
76237016a3
Merge branch 'main' into glossing/controls-various
2025-12-07 18:45:02 +01:00
Aria
6f4d8ebacf
Merge branch 'main' into fix-perf10
2025-12-07 18:44:47 +01:00
Aria
16b5faf333
Removing failing tests due to shabda removal
2025-12-07 11:23:55 -06:00
Aria
c4826b7dfb
Merge branch 'main' into glossing/midin-channels
2025-12-07 18:11:59 +01:00
Aria
bd61c1dc7e
Merge branch 'main' into glossing/transient-processor
2025-12-07 18:11:50 +01:00
Aria
ceb3aa797d
Merge branch 'main' into glossing/controls-various
2025-12-07 18:11:39 +01:00
Aria
9b3277da1c
Merge branch 'main' into fix-perf10
2025-12-07 18:09:00 +01:00
jeromew
0b711e879c
Improve naming & backward compat
2025-12-04 08:23:36 +00:00
Aria
196f70ab6b
Formatting
2025-12-03 11:13:21 -06:00
Aria
1d4f2b81d8
Switch back to explicit exports and use new release mechanism
2025-12-03 11:12:30 -06:00
Aria
d28c8dac8e
Merge branch 'main' into glossing/fmsss
2025-12-03 10:42:35 -06:00
jeromew
0ec9826de5
onceEnded mechanism to clean audioNode.onended callbacks
2025-12-02 09:29:50 +00:00
jeromew
af7855402f
Accept non-instanciated nodes for better developer experience
2025-12-01 20:43:55 +00:00
jeromew
68b1cb87ca
[perf] release unused AudioBufferSourceNode + releaseAudioNode
2025-12-01 15:29:19 +00:00
jeromew
b65cc2128f
[perf] fix phaser leak of unused biquads
2025-11-29 14:47:03 +00:00
froos
7a3e0fd3fe
Merge pull request 'added export to getSuperdoughAudioController() so that its possible to route superdough audio through other webaudio applications.' ( #1796 ) from ndr0n/strudel:exportSuperdoughAudioController into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1796
2025-11-29 01:00:41 +01:00
Alex McLean
e011f3b982
Merge branch 'main' into revv
2025-11-28 22:37:03 +01:00
alex
cb591815ed
fix copy paste errors
2025-11-28 21:35:35 +00:00
Alex McLean
6a4fd27f5b
Merge branch 'main' into exportSuperdoughAudioController
2025-11-28 22:32:10 +01:00
Aria
e10cd22c26
Merge branch 'main' into glossing/perf-lfos
2025-11-28 19:59:51 +01:00
Aria
18dc4944bf
Typos and cleanup
2025-11-28 12:36:23 -06:00
ndr0n
a6008e2700
added export to getSuperdoughAudioController() so that its possible to route superdough audio on external application integrations.
2025-11-28 04:03:48 +00:00
Felix Roos
ec26392509
fix: return silence when no pattern is returned
2025-11-27 22:53:38 +01:00
froos
afbcaa54d0
Merge pull request '[perf] in noise, let noiseMix do the disconnect when it exists' ( #1783 ) from jeromew/strudel:fix-perf9 into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1783
2025-11-27 22:03:51 +01:00
Felix Roos
b824c45ba4
Merge remote-tracking branch 'origin/main' into glossing/sounds-tab-preview
2025-11-27 21:11:50 +01:00
Alex McLean
f4b1baac87
add revv() for reversing whole patterns
2025-11-27 15:34:18 +00:00
W-A-James
a126bc9b86
Fix lint
2025-11-25 22:20:55 -05:00
Aria
a5c7fcc136
Add back options code (will resolve in another PR)
2025-11-25 22:16:23 -05:00
Aria
d70b758065
Remove base url from sample server and properly handle url schemes
2025-11-25 22:16:11 -05:00
W-A-James
9fdba6374c
remove extraneous eslint ignore directive
2025-11-25 22:14:19 -05:00
W-A-James
af90baea33
Fix trampling of port env variable
2025-11-25 22:14:15 -05:00
Aria
692359309f
Typo and formatting
2025-11-25 17:31:11 -06:00
Aria
d65b908bda
Disconnect lfos for phaser and filters
2025-11-25 17:27:37 -06:00
Aria
f44a96a5ce
Merge branch 'main' into glossing/hook-up-octave
2025-11-25 20:50:49 +01:00
Aria
728552b669
Merge branch 'main' into fix-perf8
2025-11-25 20:30:18 +01:00
Aria
8b427bc1dd
Add oct synonym
2025-11-25 13:19:39 -06:00
Aria
ae47d767ce
Merge branch 'main' into glossing/hook-up-octave
2025-11-25 20:02:43 +01:00
jeromew
89da9bbdb0
[perf] in noise, let noiseMix do the disconnect when it exists
2025-11-25 10:31:53 +00:00
Aria
39e7f70079
Remove synonym
2025-11-24 18:44:29 -06:00
Aria
7e5a907ce5
Add a few more functions to autocomplete
2025-11-24 18:41:25 -06:00
Aria
d7afb8a6c0
Add register example
2025-11-24 18:01:20 -06:00