space-shell
bad81e3850
Merge branch 'main' into space-shell/helix-keybindings
2025-12-22 13:01:22 +01:00
froos
5a51b4ec71
Merge pull request 'Document "-" in mini-notation' ( #1818 ) from Wuzzy/strudel:dashtilde into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1818
2025-12-20 22:27:50 +01:00
froos
b376b2616a
Merge pull request '[perf] Add audiograph await debugAudiograph() feature' ( #1763 ) from jeromew/strudel:audiograph into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1763
2025-12-19 01:03:52 +01:00
froos
56ecb006fa
Merge pull request 'Feature: non-realtime exporting' ( #1674 ) from BANanaD3V/strudel:feat/non-realtime-exporting into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1674
2025-12-19 00:45:39 +01:00
space-shell
a409149dae
Merge branch 'main' into space-shell/helix-keybindings
2025-12-15 13:48:44 +01:00
space-shell
a6b3b9ef5e
updates formatting
2025-12-15 13:22:13 +01:00
Aria
931d684b19
Merge branch 'main' into glossing/random
2025-12-13 17:28:44 -06:00
Aria
4a7344595d
Make legacy the default
2025-12-13 17:28:42 -06: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
Wuzzy
53c101005c
Document "-" in mini-notation
2025-12-07 00:12:40 +01:00
jeromew
d7e240e2dc
Add PeriodicWave & VowelNode support
2025-12-04 12:56:54 +00:00
jeromew
25c20296a1
Tone down log message when a pure orphan node is found
2025-12-02 13:58:09 +00:00
jeromew
2db30a710b
Fix codeformat
2025-12-02 13:54:27 +00:00
jeromew
71d1fe99e4
Fix special case for FeedbackDelayNode
2025-12-02 13:51:16 +00:00
jeromew
05ed16e158
Add stop-leak detection. Stoppable nodes that are not stopped
2025-11-30 17:50:56 +00:00
jeromew
24b69ad1bc
[perf] Add audiograph await debugAudiograph(); tool
2025-11-30 14:09:03 +00:00
Nikita
5bddb6f48d
Move export UI to the panel
2025-11-30 10:13:16 +03:00
Nikita
8f9967c76d
Format
2025-11-30 10:12:55 +03:00
Nikita
91ebdd5ea6
Better progress bar UI
2025-11-30 10:12:55 +03:00
Nikita
fc74dcdb1a
More bug fixes
2025-11-30 10:12:51 +03:00
Felix Roos
3c4ba667c8
cleanup
2025-11-27 21:29:37 +01:00
Felix Roos
7fcb5262b8
Merge remote-tracking branch 'origin/main' into glossing/sounds-tab-preview
2025-11-27 21:14:22 +01:00
Felix Roos
b824c45ba4
Merge remote-tracking branch 'origin/main' into glossing/sounds-tab-preview
2025-11-27 21:11:50 +01:00
Jade (Rose) Rowland
7a4babf6e1
format
2025-11-24 10:40:16 -05:00
Jade (Rose) Rowland
d5e5ab83ac
fix style
2025-11-24 10:39:37 -05:00
Jade (Rose) Rowland
20016fd9aa
update hash
2025-11-23 20:25:13 -05:00
Jade (Rose) Rowland
4caacb0de1
only eval if script
2025-11-23 19:12:28 -05:00
Jade (Rose) Rowland
3a7b237765
change variable name
2025-11-23 18:59:16 -05:00
Jade (Rose) Rowland
d5dfbd7aa4
cleanup
2025-11-23 18:45:13 -05:00
Jade (Rose) Rowland
6221099af8
working
2025-11-23 18:09:38 -05:00
Aria
74488f8480
Stray log message
2025-11-19 18:41:56 -06:00
Aria
8144ec46bd
Attempt system for sounds tab previews
2025-11-19 18:35:35 -06:00
Felix Roos
dd2c808cd7
hotfix: reduce sounds-tab click to play latency
2025-11-19 21:55:35 +01:00
Aria
641bd2f356
Properly patternify everything
2025-11-16 22:20:17 -06:00
Aria
f5ed6dbe79
Top level functions
2025-11-16 20:28:22 -06:00
Aria
7a3bea6f90
Working version
2025-11-16 19:38:59 -06:00
Aria
cc10122b71
Testing out approach to allow list patterns in partials
2025-11-16 19:20:42 -06:00
Aria
b66c0d18b3
Merge branch 'main' into glossing/partials
2025-11-16 18:44:04 -06:00
Aria
aca500ba73
Merge branch 'main' into glossing/random
2025-11-16 14:42:20 -06:00
Alex McLean
bbb977afcc
Merge pull request 'Fix link syntax in project-start' ( #1724 ) from Kissaki/strudel:kissaki-patch-1 into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1724
2025-11-12 21:12:06 +01:00
Alex McLean
90d82c8988
Merge pull request 'Fix typo: 'studel' -> 'strudel'' ( #1726 ) from drhayes/strudel:main into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1726
2025-11-12 20:59:39 +01:00
drhayes
3e7ae88043
Fix typo: 'studel' -> 'strudel'
2025-11-10 17:02:55 +01:00
PepsiiMan
1b37f1ed1d
soundAlias example fix
2025-11-06 15:33:06 +01:00
froos
51648d3e6e
Merge pull request 'Refactor sound stopping and triggering logic in SoundsTab component' ( #1688 ) from IJOL/strudel:bugfix/multi-sample-loading into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1688
2025-11-04 19:29:34 +01:00
moumar
809eb7132c
codeformat
2025-11-02 15:20:31 +01:00
froos
dd6429007e
Merge branch 'main' into bugfix/multi-sample-loading
2025-11-02 14:56:30 +01:00
froos
e211d5a6bb
Merge branch 'main' into pattern-auto-start-setting
2025-11-02 14:44:31 +01:00
Jade (Rose) Rowland
20027d7208
Merge branch 'jade/fix_sample_loading' of ssh://codeberg.org/uzu/strudel into jade/fix_sample_loading
2025-11-01 01:32:35 -04:00
Jade (Rose) Rowland
f38792c569
format
2025-11-01 01:32:24 -04:00
Switch Angel AKA Jade Rose
2c2bfd7070
Merge branch 'main' into jade/fix_sample_loading
2025-11-01 06:31:25 +01:00