Commit graph

639 commits

Author SHA1 Message Date
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
froos
f867cbce92 Merge pull request 'Improve hint text when sound search has no results' (#1883) from floy/strudel:improve-help-text-filtered into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1883
2026-01-11 13:52:01 +01:00
floy
a659c89385 fix code formatting 2026-01-11 13:25:44 +01:00
Felix Roos
c74707e804
fix: export start cycle min 0 2026-01-11 10:58:13 +01:00
Jade (Rose) Rowland
604a1b770c dialog 2026-01-11 00:27:07 -05:00
floy
fd0209dbc0 Show explicit help text when search doesn't match 2026-01-10 15:39:02 +01:00
floy
b4e00538f8 Don't show 'No sounds loaded' text if search is active 2026-01-10 15:30:07 +01:00
John Björk
aa8209ad4c
Refactored handling of trim/lowercase based on PR comments 2026-01-01 12:22:52 +01:00
John Björk
6908ea38e4
Added search/filter in patterns tab
Added pattern as dep to filter memo

Format
2025-12-20 23:10:01 +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
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
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
aca500ba73 Merge branch 'main' into glossing/random 2025-11-16 14:42:20 -06: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
Jade (Rose) Rowland
484c5e6cdd working 2025-11-01 01:26:25 -04:00
alex
9ff0449ca3 use json files in dough-samples via bunny cdn 2025-10-27 09:24:17 +00:00
alex
8398385dcd piano via bunnycdn 2025-10-26 22:18:37 +00:00