Commit graph

4957 commits

Author SHA1 Message Date
Chandler Abraham
2eda047108 Merge branch 'main' of https://codeberg.org/uzu/strudel into fix/midi-init-bug 2025-07-22 21:52:03 -07:00
Chandler Abraham
c8cf1dc712 fix(midi): ensure midin initializes device state correctly
The midin function only initialized the refs object for a device on the initial MIDI setup. This caused an error if a second MIDI device was connected in the same session, as its refs object would not exist, leading to a 'cannot read properties of undefined' error when accessed.

This commit fixes the issue by ensuring that the refs object for a given MIDI input is initialized every time  is called, not just on the first call.
2025-07-22 21:49:40 -07:00
daslyfe
004c0baa59 Merge pull request 'FIX: PWM modulation' (#1467) from pwfix into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1467
2025-07-21 07:16:17 +02:00
daslyfe
5f44ae9c4b Merge branch 'main' into pwfix 2025-07-21 07:13:55 +02:00
Jade (Rose) Rowland
66828e17d3 working 2025-07-21 01:11:04 -04:00
Jade (Rose) Rowland
b2f90ecb3b fix def skew 2025-07-20 23:56:30 -04:00
Jade (Rose) Rowland
ccf2a6de52 fixing.. 2025-07-20 23:38:16 -04:00
Jade (Rose) Rowland
9416f317d4 fixing... 2025-07-20 23:29:01 -04:00
Jade (Rose) Rowland
75b6f59212 fix 2025-07-20 23:26:17 -04:00
daslyfe
84238c8999 Merge pull request 'Tremolo modulation' (#1095) from daslyfe/gainmod into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1095
2025-07-19 17:16:21 +02:00
daslyfe
2d855cf5e8 Merge branch 'main' into daslyfe/gainmod 2025-07-19 04:06:31 +02:00
Jade (Rose) Rowland
dd04d49c75 fix test 2025-07-18 22:04:18 -04:00
Jade (Rose) Rowland
34874862ab change params 2025-07-18 22:03:33 -04:00
froos
0361bc629f Merge pull request 'fix: can now use def in mondough' (#1461) from mondo-def-fix into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1461
2025-07-15 09:39:32 +02:00
Felix Roos
1fdd87a4f3
doc: def 2025-07-15 09:35:24 +02:00
Felix Roos
16e9aca222
fix: can now use def in mondough 2025-07-15 09:33:14 +02:00
froos
4a3d5ca44f Merge pull request 'fixed keybinding presedence issue' (#1456) from Dsm0/strudel:keyboard_binding_presedence_fix into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1456
2025-07-11 11:10:23 +02:00
froos
6c0e8a0833 Merge pull request 'added multicursor support on ctrl/cmd + click' (#1457) from Dsm0/strudel:multicursor-on-click into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1457
2025-07-11 11:09:04 +02:00
Jade (Rose) Rowland
7336ff0ded Merge branch 'daslyfe/gainmod' of ssh://codeberg.org/uzu/strudel into daslyfe/gainmod 2025-07-10 23:19:19 -04:00
Jade (Rose) Rowland
735f57e276 working 2025-07-10 23:18:57 -04:00
Dsm0
eb4f1f69f6 pnpm codeformat 2025-07-10 17:28:56 -07:00
Dsm0
e7e321fe03 added multicursor support on ctrl/cmd + click 2025-07-10 15:03:22 -07:00
Dsm0
bf3de368f0 added codemirror as an option + removed fallback on defaults 2025-07-10 12:11:10 -07:00
Dsm0
d645cc6fe5 fixed keybinding presedence issue 2025-07-09 13:28:22 -07:00
froos
6fe11be218 Merge pull request 'added tab-indent setting' (#1454) from Dsm0/strudel:tab-indentation into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1454
2025-07-09 09:39:45 +02:00
Felix Roos
cf7fc23981
add new am examples to doc 2025-07-09 09:33:28 +02:00
Felix Roos
bfdfab0a00
fix: @synonym -> @synonyms 2025-07-09 09:33:11 +02:00
Jade (Rose) Rowland
edb347e85a format 2025-07-08 22:24:54 -04:00
Jade (Rose) Rowland
63fcce79e0 default cycle 2025-07-08 21:24:27 -04:00
Dsm0
8defdc424c added tab-indent setting 2025-07-08 17:57:24 -07:00
Felix Roos
16b2fc0632
Merge remote-tracking branch 'origin/main' into daslyfe/gainmod 2025-07-08 15:49:39 +02:00
froos
d0a544d7a7 Merge pull request 'ontrigger-refactoring' (#1442) from ontrigger-refactoring into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1442
2025-07-08 15:48:40 +02:00
Jade (Rose) Rowland
9b3c6b9f94 c 2025-07-08 00:46:39 -04:00
Jade (Rose) Rowland
6327e17feb remove unessecary cyclist changes 2025-07-08 00:44:57 -04:00
Jade (Rose) Rowland
15fe2734e9 Merge branch 'daslyfe/gainmod' of ssh://codeberg.org/uzu/strudel into daslyfe/gainmod 2025-07-08 00:30:40 -04:00
Jade (Rose) Rowland
1dd1ce254f rm deadcode 2025-07-08 00:30:00 -04:00
daslyfe
3ea91adfd6 Merge branch 'main' into daslyfe/gainmod 2025-07-08 06:29:27 +02:00
Jade (Rose) Rowland
ce5f425142 fully implemented 2025-07-08 00:26:15 -04:00
Felix Roos
671a22fc22
chore: add link to contributors 2025-07-07 23:28:41 +02:00
froos
976955dae3 Merge pull request 'fix: remove first gm_synth_bass_1, as it doesn't work in safari' (#1452) from gm_synth_bass_1 into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1452
2025-07-07 23:14:24 +02:00
Felix Roos
a6ad58a375
fix: remove first gm_synth_bass_1, as it doesn't work in safari 2025-07-07 23:12:15 +02:00
Felix Roos
681eed3d0e
revert add logo 2025-07-07 22:23:40 +02:00
Felix Roos
81a9811803
add logo 2025-07-07 22:23:16 +02:00
Felix Roos
72b582c605
fix: remove github contributor avatars 2025-07-07 22:20:04 +02:00
froos
2f0891d4e5 Merge pull request 'fix: minor doc changes' (#1435) from Aurel300/strudel:fix/minor-docs into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1435
2025-07-07 00:06:15 +02:00
Felix Roos
a7a283a99e
doc: add version tagging guide to contributing.md 2025-07-06 17:00:33 +02:00
Jade (Rose) Rowland
d9e44dcda6 sync without cyclist changes 2025-07-06 00:59:39 -04:00
Alex McLean
acd5661106 Merge pull request 'Fix randrun and deps including shuffle. Fixes #1441' (#1447) from fix-randrun into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1447
2025-07-05 12:53:44 +02:00
froos
b0b2b6a120 Merge pull request 'add setDefault + resetDefaults to superdough' (#1433) from set-default-default into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1433
2025-07-05 12:15:51 +02:00
Felix Roos
664d76cf1b
resetDefaults when editor is reset 2025-07-05 11:32:16 +02:00