alex
a34e58aa09
Merge branch 'alternative-timeline' of ssh://codeberg.org/uzu/strudel into alternative-timeline
2025-12-11 16:39:22 +00:00
alex
8cbe4b945c
Respond to glossing's review
2025-12-11 16:39:08 +00:00
Alex McLean
6f9a1470e7
Merge branch 'main' into alternative-timeline
2025-12-11 17:19:03 +01:00
Alex McLean
8a3719752f
Merge pull request 'Updates relating to LLM, github, etc' ( #1830 ) from llm-guidance into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1830
2025-12-11 16:37:57 +01:00
alex
96835be056
tweaks
2025-12-11 15:07:57 +00:00
alex
960f1de9d2
tweaks
2025-12-11 12:16:54 +00:00
alex
12884cba3a
Updates relating to LLM, github, etc
2025-12-11 12:09:26 +00:00
Aria
103b27c21f
Working version of keyboard with variable lengths; tests and cleanup
2025-12-10 13:44:49 -06:00
Aria
597c941991
Add keyboard function
2025-12-10 12:01:04 -06:00
Alex McLean
20c513d649
Merge pull request 'fix .as so it doesn't set undefined values' ( #1827 ) from fix-as into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1827
2025-12-10 15:32:43 +01:00
alex
e89414e400
fix .as so it doesn't set undefined values
2025-12-10 09:19:12 +00:00
Aria
a79491dd16
Update loopbegin/end to not be offset
2025-12-08 16:32:54 -06:00
Aria
765de9daf3
Merge pull request '[perf] propagate onceEnded and releaseAudioNode' ( #1809 ) from jeromew/strudel:fix-perf12 into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1809
Reviewed-by: Aria <glossing@noreply.codeberg.org >
2025-12-08 19:27:30 +01:00
jeromew
132dea8478
Merge branch 'main' into fix-perf12
2025-12-08 18:54:51 +01:00
jeromew
b889d19493
Merge branch 'fix-perf12' of https://codeberg.org/jeromew/strudel into fix-perf12
2025-12-08 17:32:47 +00:00
jeromew
71d36b79ed
Improve getOscillator/noiseMix release
2025-12-08 17:31:34 +00:00
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
d7bf5db8be
Merge pull request 'Feat: Add channel support to midi in' ( #1775 ) from glossing/midin-channels into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1775
2025-12-07 21:51:39 +01:00
Aria
48231ea12a
Merge branch 'main' into glossing/midin-channels
2025-12-07 21:23:57 +01:00
Aria
c8a442234e
Merge pull request 'Feat: Transient shaper' ( #1777 ) from glossing/transient-processor into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1777
2025-12-07 21:23:42 +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
45d329d3d1
Merge pull request 'Add vel as a synonym for velocity & update a few docstrings' ( #1781 ) from glossing/controls-various into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1781
2025-12-07 19:15:42 +01:00
Aria
5e99393f5a
Merge branch 'main' into glossing/controls-various
2025-12-07 18:54:18 +01:00
Aria
9650c8eb50
Merge pull request '[perf] fix phaser leak of unused biquads' ( #1800 ) from jeromew/strudel:fix-perf10 into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1800
Reviewed-by: Aria <glossing@noreply.codeberg.org >
2025-12-07 18:53:03 +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
4374bdf1bd
Merge branch 'main' into fix-perf12
2025-12-07 18:44:38 +01:00
Aria
3cecf4a50e
Merge pull request 'Bug fix: Remove failing tests due to shabda removal' ( #1820 ) from glossing/shabda-test-fix into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1820
2025-12-07 18:42:49 +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
Wuzzy
53c101005c
Document "-" in mini-notation
2025-12-07 00:12:40 +01:00
Aria
82ca77be9d
Working version
2025-12-06 12:02:11 -06:00
scrappy_fiddler
6402ad5d37
better linebreak in example
2025-12-06 16:55:57 +01:00
scrappy_fiddler
ab03ece2b7
prettier
2025-12-06 16:48:40 +01:00
miranda
173e359a65
simplify envValAtTime and remove asymmetric behavior ( fix #1653 )
2025-12-06 17:46:16 +02:00
scrappy_fiddler
bd282f439a
everyone wants that trancegate
2025-12-06 16:37:39 +01:00
scrappy_fiddler
177c3a4a2e
some items from review
2025-12-06 16:36:25 +01:00
Aria
ad43259353
Switch to omod
2025-12-05 13:39:52 -06:00
Aria
32924b3fcf
Merge branch 'main' into glossing/lfo-anything
2025-12-05 10:47:17 -06:00
scrappy_fiddler
d4d9b4f543
Merge branch 'main' into documentation
2025-12-05 10:22:52 +01:00
Aria
4c99f4866b
Use setvalueattime to pin values and prevent bleed
2025-12-04 22:50:28 -06:00
Aria
d50af71ba1
Merge branch 'main' into glossing/basic-node-pool
2025-12-04 14:20:41 -06:00