Commit graph

3131 commits

Author SHA1 Message Date
Aria
be36898803 Formatting and examples 2025-11-23 22:29:33 -06:00
Aria
df047fd48d Optimizations 2025-11-23 22:28:10 -06:00
Aria
68840de188 Working version 2025-11-23 20:58:28 -06:00
Aria
020a6bc75f First pass at transient processor 2025-11-23 20:31:31 -06:00
Jade (Rose) Rowland
8325b4cfc4 Merge branch 'main' into jade/orbitsynonym 2025-11-23 19:06:16 -05:00
Jade (Rose) Rowland
3b2df0b725 synonym: 2025-11-23 19:05:57 -05:00
froos
22f1512697 Merge pull request '[perf] fix connect-leak in fm modulation' (#1758) from jeromew/strudel:fix-perf6 into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1758
2025-11-23 22:23:24 +01:00
froos
9a05a679aa Merge pull request 'Fix interoperability issue between all and await initHydra()' (#1663) from jeromew/strudel:jeromew-hydra-all into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1663
2025-11-23 09:47:22 +01:00
Aria
adc3a9ac6c Swap with temp variable 2025-11-22 20:51:30 -06:00
Jade (Rose) Rowland
1d5f3a4f30 prevent filter modulation pops 2025-11-22 18:21:24 -05:00
Jade (Rose) Rowland
2efd56e331 add synonym 2025-11-22 18:10:28 -05:00
Jade (Rose) Rowland
19fd0fc649 rm unessecary file 2025-11-22 17:17:41 -05:00
Jade (Rose) Rowland
e72e26eb81 add comment 2025-11-22 17:11:17 -05:00
Jade (Rose) Rowland
1c4b05d55f solo search n = 1 2025-11-22 16:40:31 -05:00
jeromew
f637b8b0dd [perf] fix connect-leak in fm modulation 2025-11-21 09:00:17 +00:00
Aria
21543956c6 Also for wavetable 2025-11-20 18:30:53 -06:00
Aria
4758effdc6 Use frac due to negative frequencies from FM 2025-11-20 18:22:44 -06:00
jeromew
0435711051 [perf] fix connect-leak added by #1742 when noise() is not used 2025-11-20 17:36:00 +00:00
froos
8f6718b9e8 Merge pull request '[perf] fix connect-leak in delay effect' (#1755) from jeromew/strudel:fix-perf4 into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1755
2025-11-20 14:50:59 +01:00
jeromew
7267990e20 Fix codeformat 2025-11-20 13:35:37 +00:00
jeromew
d9f63b8dfa [perf] fix connect leak when .noise() is in the mix 2025-11-20 13:21:09 +00:00
jeromew
8ed72b4573 [perf] fix connect-leak in delay effect 2025-11-20 13:05:41 +00:00
scrappy_fiddler
30cc46ea66 wchooseCycles has now notes in an example 2025-11-17 20:04:40 +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
froos
0331c91b80 Merge pull request 'README: update superdough documentation' (#1741) from TristanMlct/strudel:update-readme-superdough into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1741
2025-11-16 22:06:12 +01:00
Aria
921cb17d33 Merge branch 'main' into glossing/snappy-envs 2025-11-16 14:39:40 -06:00
Aria
d9c21489f8 Merge branch 'main' into glossing/optimizations 2025-11-16 20:13:31 +01:00
Aria
3962558c09 Some final tweaks 2025-11-16 13:12:47 -06:00
Tristan Mlct
91799f2014 README: update superdough documentation 2025-11-15 15:06:44 +01:00
froos
f6bb3869de Merge pull request '[perf] disconnect Offline AudioNode connections in generateReverb' (#1740) from jeromew/strudel:fix-perf2 into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1740
2025-11-15 14:59:28 +01:00
jeromew
92d87093e0 [perf] disconnect Offline AudioNode connections in generateReverb 2025-11-15 13:39:24 +00:00
jeromew
3e05525dc2 [perf] disconnect send effect AudioNode when room is used 2025-11-14 22:06:39 +00:00
Aria
22807b3833 Use weak references for sound sources 2025-11-14 16:05:09 -06:00
froos
0960741156 Merge pull request '[supradough] fix: unstable filter' (#1593) from supradough-filter-fix into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1593
2025-11-12 21:22:33 +01:00
Alex McLean
81a4981a68 Merge pull request 'Fix web README sample code' (#1725) from Kissaki/strudel:kissaki-patch-2 into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1725
2025-11-12 21:06:12 +01:00
Aria
2875814a36 Square instead of self-multiply; more voices; more cleanup 2025-11-12 13:56:14 -06:00
Aria
157b05536a Final cleanup 2025-11-12 13:36:01 -06:00
Aria
f8c9425569 Simplify spread 2025-11-12 13:13:37 -06:00
Aria
be3a88b09c Optimize phase wrap; make voices k-rate 2025-11-12 12:23:40 -06:00
Aria
aabf122161 Further optimizations, including detuner 2025-11-12 11:53:38 -06:00
Aria
3c6de3be6d First pass of worklets optimizations 2025-11-12 10:48:20 -06:00
froos
15f7b7c1a2 Merge pull request 'fix for node 24 support in tests - #1718' (#1719) from ausav/strudel:ausav.nodever into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1719
2025-11-12 15:23:36 +01:00
froos
897a2016d0 Merge pull request 'fix: Make Supradough package build' (#1711) from munshkr/strudel:fix/1702-supradough-build into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1711
2025-11-10 08:18:35 +01:00
ondras
7f06f11e96 Merge branch 'main' into scale-docs 2025-11-10 08:08:04 +01:00
Switch Angel AKA Jade Rose
f4b68fa2e6 Merge branch 'main' into glossing/filter-lfo 2025-11-10 02:20:20 +01:00
ondras
f8943dbc94 Merge branch 'main' into scale-docs 2025-11-06 08:16:34 +01:00