Aria
7bc8576a68
Make kabelsalat stereo out
2026-01-17 11:16:58 -08:00
Václav Volhejn
99cf256ee2
Clean up 2
2026-01-17 20:11:26 +01:00
Václav Volhejn
42d0bfadce
Clean up
2026-01-17 20:08:23 +01:00
Václav Volhejn
22f78fbb2f
Merge branch 'radical-new-docs' of ssh://codeberg.org/vvolhejn/strudel into radical-new-docs
2026-01-17 19:24:41 +01:00
Václav Volhejn
77076a1c3e
Improve reference search/filtering semantics
2026-01-17 19:12:23 +01:00
Václav Volhejn
a1d31df556
Merge branch 'main' of ssh://codeberg.org/vvolhejn/strudel into radical-new-docs
2026-01-17 18:22:56 +01:00
robojumper
f9d0e154e8
fix: performance issues when reference is open
2026-01-17 17:51:32 +01:00
froos
bbe95b3995
Merge pull request 'update changelog + fix script to not miss entries' ( #1916 ) from changelog-update into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1916
2026-01-16 10:38:03 +01:00
Felix Roos
2dc921e375
fix: add fun fact
2026-01-16 10:14:17 +01:00
Felix Roos
3d13955c41
fix: prefix usernames with @
2026-01-16 10:08:41 +01:00
Felix Roos
ae9638c353
update changelog + fix script to not miss entries
2026-01-16 09:58:14 +01:00
Dsm0
2e7ec9ea27
variable declarations with active patterns now have highlighting
2026-01-15 19:27:54 -08:00
froos
97cd3a5946
Merge pull request 'mondo fix: add registered functions to scope automatically' ( #1896 ) from register_to_scope into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1896
2026-01-15 16:59:13 +01:00
froos
ca3452bf52
Merge pull request 'Added docs for pattern search' ( #1905 ) from JohnBjrk/strudel:pattern-search-docs into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1905
2026-01-15 16:58:13 +01:00
froos
7f528870b7
Merge pull request 'Update kabelsalat dependency' ( #1911 ) from jeromew/strudel:kabelsalat into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1911
2026-01-15 16:57:18 +01:00
jeromew
60e5682829
Update kabelsalat dependency
2026-01-15 15:42:34 +00:00
Nick Matantsev
bc9e97b9ac
Add comments
2026-01-15 00:13:49 -05:00
Nick Matantsev
00f0ef56bc
Merge remote-tracking branch 'origin/main' into nm/midi-input-state
2026-01-14 23:55:02 -05:00
Nick Matantsev
44ad05fb20
Whitespace fixes
2026-01-14 23:37:26 -05:00
Aria
d605fbbde8
Merge pull request 'Bug Fix: Set pooled values immediately instead of scheduling' ( #1907 ) from glossing/set-pooled-vals-immediately into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1907
2026-01-15 00:24:38 +01:00
Aria
21e6d81d34
Also set values immediately for supersaw and wavetable
2026-01-14 17:00:14 -06:00
Aria
85e79d9932
Set pooled values immediately instead of scheduling
2026-01-14 16:53:11 -06:00
John Björk
71dfbeea88
Fix markdown format
2026-01-14 22:35:10 +01:00
John Björk
ffcab7bf6c
Added docs for pattern search
2026-01-14 22:25:27 +01:00
Aria
c3f6a1d6ba
Merge pull request 'Feat: Kabelsalat integration' ( #1876 ) from glossing/kabelsalat into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1876
2026-01-14 20:29:15 +01:00
Aria
eb96d3ad63
Merge branch 'main' into glossing/kabelsalat
2026-01-14 19:08:20 +01:00
Aria
06e10cd693
Merge pull request 'Feat: MIDI Keyboard 🎹 🐈 ' ( #1828 ) from glossing/keyboard into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1828
2026-01-14 19:07:48 +01:00
Aria
80875cca95
Expose scheduler state and don't enqueue/trigger midi keys when repl stopped
2026-01-14 11:44:48 -06:00
Aria
b954a25b2b
Merge branch 'main' into glossing/keyboard
2026-01-14 18:15:31 +01:00
Aria
cca346d2c2
Merge pull request 'Bug Fix: Fix race condition between worklet termination and port messages' ( #1897 ) from glossing/diedack into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1897
2026-01-14 18:14:51 +01:00
Aria
3343c7bcf0
Merge branch 'main' into glossing/keyboard
2026-01-13 23:00:59 +01:00
Aria
6e3c5b23dd
Merge branch 'main' into glossing/diedack
2026-01-13 21:30:58 +01:00
space-shell
18cc1e4466
Merge branch 'space-shell/helix-keybindings' of codeberg.org:space-shell/strudel into space-shell/helix-keybindings
2026-01-13 19:49:49 +01:00
space-shell
055f009357
feat: Refactor Vim/Helix keybindings with shared helper functions
...
Factor out the repl-eval and repl-stop event dispatching code into
replEval() and replStop() helper functions that are shared between
Vim and Helix keybindings.
This refactoring:
- Reduces code duplication between Vim :w/:q and Helix :w/:q commands
- Makes the keybinding handlers more maintainable
- Properly implements Helix commands using the commands.of() API
- Ensures consistent behavior across both keybinding modes
The Helix keybindings now properly integrate with the REPL using the
same event dispatch mechanism as Vim, dispatching custom repl-evaluate
and repl-stop events with fallbacks to keyboard events.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-13 19:47:12 +01:00
froos
c12a77a0a1
Merge pull request 'Add search/filter in patterns tab' ( #1842 ) from JohnBjrk/strudel:patterns-search into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1842
2026-01-13 04:06:50 +01:00
Felix Roos
e5ab6b3c93
fix: short circuit
2026-01-13 03:47:33 +01:00
Felix Roos
e82bb6c410
fix: use pattern.id as title fallback
2026-01-13 03:38:09 +01:00
Felix Roos
8b1fb12388
fix: class -> className
2026-01-13 03:32:19 +01:00
Aria
1f1f3288a6
Switch to tracking grace period in node pool; add negative begin and ends
2026-01-12 17:59:33 -06:00
Switch Angel AKA Jade Rose
d642c0e12f
Merge pull request 'Add shortcut for navigating through labels!' ( #1807 ) from jade/dollar_shortcut into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1807
2026-01-13 00:18:08 +01:00
Aria
1eb657e6fe
Merge branch 'main' into glossing/diedack
2026-01-12 20:58:34 +01:00
Aria
7c5f53f9ae
Add ack message for worklet death; remove max pool size
2026-01-12 13:51:21 -06:00
Switch Angel AKA Jade Rose
efe7c9394f
Merge branch 'main' into jade/dollar_shortcut
2026-01-12 20:30:14 +01:00
Jade (Rose) Rowland
35bfd8b3ff
curried
2026-01-12 11:28:54 -08:00
Jade (Rose) Rowland
c2720a5738
working
2026-01-12 11:26:18 -08:00
Aria
5355a0c563
Ignore non-note messages
2026-01-11 23:34:52 -06:00
Alex McLean
75db9ff16e
Merge pull request 'add warm.strudel.cc to faq' ( #1891 ) from faq-warm into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1891
2026-01-12 00:17:36 +01:00
Aria
12cc1e9b5e
Add immediate triggering; move time to schedulerState
2026-01-11 14:51:47 -06:00
Aria
cd48e67675
Merge branch 'main' into glossing/kabelsalat
2026-01-11 19:59:21 +01:00
Aria
3a284696c9
Merge branch 'main' into glossing/keyboard
2026-01-11 19:59:13 +01:00