Commit graph

3566 commits

Author SHA1 Message Date
froos
6f108f7f28 Merge pull request 'Edit prebake in settings' (#1958) from JohnBjrk/strudel:edit-prebake-in-settings into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1958
2026-02-13 17:13:37 +01:00
John Björk
7c607c8d06 fix: vim :q command 2026-02-13 16:21:50 +01:00
Felix Roos
c16b300144
fix: shove prebake eval out of react 2026-02-13 13:40:51 +01:00
Felix Roos
7e3063038e
chore: minimize changes 2026-02-13 10:02:14 +01:00
Felix Roos
9bc560b17f
fix: cleanup keybinding events 2026-02-13 09:37:34 +01:00
Felix Roos
bdeafbaf75
fix: remove prebake specific logic in transpiler 2026-02-13 08:42:20 +01:00
Felix Roos
8984055ea6
fix: remove empty body error -> fall back to silence 2026-02-13 08:40:27 +01:00
Felix Roos
04dcbda9a3
fix: cleanup 2026-02-13 08:36:46 +01:00
Felix Roos
a347bd607f
fix: delaytime jsdoc 2026-02-12 00:12:04 +01:00
John Björk
23f6ff9bc4
Moved evaluateUserPrebake 2026-02-08 22:47:56 +01:00
John Björk
3e1d02cb3d
Added codemirrors deps to website
Moved codemirrors deps to catalog
Added deps to website
Changed deps in codemirror package to use catalog deps
2026-02-08 22:34:33 +01:00
froos
2755a7eebf Merge pull request 'Feature: reconnectable MIDI inputs that keep track of last known CC state' (#1852) from unframework/strudel:nm/midi-input-state into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1852
2026-02-08 11:22:27 +01:00
unframework
deb69ced9f Fix setting that uses a specific MIDI channel 2026-02-08 06:26:44 +01:00
John Björk
a60a54147c
Moved PrebakeCodeMirror to its own file 2026-02-07 23:15:12 +01:00
miranda
751f924a4d coarse: handle non-integer parameters more smoothly 2026-02-07 16:53:06 +02:00
John Björk
b2cfd3dc3d
Use ctrl-enter also on mac 2026-02-05 16:49:23 +01:00
John Björk
9f2237e11d
Prebake in settings
Update prebake without reload
2026-02-05 16:49:23 +01:00
froos
b4e171f5b4 Merge pull request 'fix 'Maximum call stack size exceeded'' (#1951) from Dsm0/strudel:overflow_fix into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1951
2026-02-05 10:26:30 +01:00
froos
90ad12300a Merge pull request 'feat: Add Helix keybindings' (#1821) from space-shell/strudel:space-shell/helix-keybindings into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1821
2026-02-05 10:12:58 +01:00
tyow
1334276ec0 format 2026-02-04 20:29:44 -05:00
tyow
cbf472fe0a creation of i control for tune and xen functions 2026-02-04 20:28:19 -05:00
tyow
32754ef97a formatting uzu/strudel#1944 2026-02-04 12:44:49 -05:00
tyow
5da3ae8df4 prelim work on uzu/strudel#1944 2026-02-04 12:42:59 -05:00
tyow
eb3818eebb formatting uzu/strudel#1944 2026-02-04 12:34:51 -05:00
tyow
c74dd95bd0 prelim work on uzu/strudel#1944 2026-02-04 12:31:57 -05:00
tyow
897a750f70 tagging 2026-02-02 16:10:47 -05:00
tyow
81d02cf5ae format 2026-02-02 16:08:01 -05:00
tyow
a6dc6bb831 withBase 2026-02-02 16:07:40 -05:00
tyow
00a3c1acc0 clarified an example 2026-02-02 13:40:48 -05:00
tyow
8ff51d4468 small fixes 2026-02-01 18:16:19 -05:00
tyow
2e041e8647 added xen example 2026-02-01 13:53:50 -05:00
tyow
55095ba4e8 added examples to ftrans 2026-02-01 13:34:22 -05:00
tyow
530f45a7bb format 2026-02-01 00:39:42 -05:00
tyow
99295275ec ftrans draft 2026-02-01 00:39:22 -05:00
tyow
c2e45eb36c code format 2026-01-31 14:07:26 -05:00
tyow
35e32a32e8 added frequency rounding 2026-01-31 14:07:13 -05:00
tyow
8def3f6af6 add note about octave assumption uzu/strudel#1944 2026-01-31 14:06:50 -05:00
tyow
aa3698c4f4 Small wording changes, bring up to date with main, uzu/strudel#1944 2026-01-31 14:06:50 -05:00
tyow
6b525b4819 formatting uzu/strudel#1944 2026-01-31 14:06:50 -05:00
tyow
77ced19144 added jsdoc documentation for tune re uzu/strudel#1944 2026-01-31 14:06:28 -05:00
tyow
14cc5d989b feat: added Tune scales to Xen, improved documentation re uzu/strudel#1944 2026-01-31 14:06:28 -05:00
tyow
e3ad6b1f0a added documentation for xen() re: uzu/strudel#1944 2026-01-31 14:05:36 -05:00
tyow
1e771d6150 prelim work on uzu/strudel#1944 2026-01-31 14:05:36 -05:00
tyow
3abcc59874 adjust wording 2026-01-30 14:13:36 -05:00
tyow
7fc8f1c5c9 xen/scale parity improvements 2026-01-30 14:12:31 -05:00
Dsm0
016315afbc fix 'Maximum call stack size exceeded' 2026-01-28 17:06:16 -08:00
space-shell
b3c0d9179f Merge branch 'main' into space-shell/helix-keybindings 2026-01-28 09:59:38 +01:00
robojumper
60345db1bd Fix pickF / pickmodF with object lookup 2026-01-27 23:16:29 +01:00
Alex McLean
269758ebdb Merge branch 'main' into block-based-eval-squashed 2026-01-25 23:49:44 +01:00
Felix Roos
f5e21a220b
Merge remote-tracking branch 'origin/main' into lu/synonyms 2026-01-25 20:27:52 +01:00