Commit graph

3635 commits

Author SHA1 Message Date
Lu[ke] Wilson
5197af1aa4 Merge remote-tracking branch 'origin/main' into lu/flux 2025-11-29 17:58:41 +00:00
Lu[ke] Wilson
65dd79e374 add lots of synonyms 2025-11-29 17:44:33 +00:00
jeromew
b65cc2128f [perf] fix phaser leak of unused biquads 2025-11-29 14:47:03 +00:00
froos
7a3e0fd3fe Merge pull request 'added export to getSuperdoughAudioController() so that its possible to route superdough audio through other webaudio applications.' (#1796) from ndr0n/strudel:exportSuperdoughAudioController into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1796
2025-11-29 01:00:41 +01:00
Alex McLean
e011f3b982 Merge branch 'main' into revv 2025-11-28 22:37:03 +01:00
alex
cb591815ed fix copy paste errors 2025-11-28 21:35:35 +00:00
Alex McLean
6a4fd27f5b Merge branch 'main' into exportSuperdoughAudioController 2025-11-28 22:32:10 +01:00
Aria
e10cd22c26 Merge branch 'main' into glossing/perf-lfos 2025-11-28 19:59:51 +01:00
Aria
18dc4944bf Typos and cleanup 2025-11-28 12:36:23 -06:00
ndr0n
a6008e2700 added export to getSuperdoughAudioController() so that its possible to route superdough audio on external application integrations. 2025-11-28 04:03:48 +00:00
Felix Roos
ec26392509
fix: return silence when no pattern is returned 2025-11-27 22:53:38 +01:00
froos
afbcaa54d0 Merge pull request '[perf] in noise, let noiseMix do the disconnect when it exists' (#1783) from jeromew/strudel:fix-perf9 into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1783
2025-11-27 22:03:51 +01:00
Felix Roos
b824c45ba4
Merge remote-tracking branch 'origin/main' into glossing/sounds-tab-preview 2025-11-27 21:11:50 +01:00
Alex McLean
f4b1baac87 add revv() for reversing whole patterns 2025-11-27 15:34:18 +00:00
W-A-James
a126bc9b86
Fix lint 2025-11-25 22:20:55 -05:00
Aria
a5c7fcc136
Add back options code (will resolve in another PR) 2025-11-25 22:16:23 -05:00
Aria
d70b758065
Remove base url from sample server and properly handle url schemes 2025-11-25 22:16:11 -05:00
W-A-James
9fdba6374c
remove extraneous eslint ignore directive 2025-11-25 22:14:19 -05:00
W-A-James
af90baea33
Fix trampling of port env variable 2025-11-25 22:14:15 -05:00
Aria
692359309f Typo and formatting 2025-11-25 17:31:11 -06:00
Aria
d65b908bda Disconnect lfos for phaser and filters 2025-11-25 17:27:37 -06:00
Aria
f44a96a5ce Merge branch 'main' into glossing/hook-up-octave 2025-11-25 20:50:49 +01:00
Aria
728552b669 Merge branch 'main' into fix-perf8 2025-11-25 20:30:18 +01:00
Aria
8b427bc1dd Add oct synonym 2025-11-25 13:19:39 -06:00
Aria
8529516c66 Add ability to turn mini parsing off with midi-off decorator 2025-11-25 13:05:27 -06:00
Aria
ae47d767ce Merge branch 'main' into glossing/hook-up-octave 2025-11-25 20:02:43 +01:00
jeromew
89da9bbdb0 [perf] in noise, let noiseMix do the disconnect when it exists 2025-11-25 10:31:53 +00:00
Aria
39e7f70079 Remove synonym 2025-11-24 18:44:29 -06:00
Aria
7e5a907ce5 Add a few more functions to autocomplete 2025-11-24 18:41:25 -06:00
Aria
d7afb8a6c0 Add register example 2025-11-24 18:01:20 -06:00
Aria
a278f21f1b Allow register in autocomplete, add vel as synonym for velocity, fix some controls 2025-11-24 17:52:00 -06:00
jeromew
f0d49e0e22 [perf] fix connect-leak from audioworklet=>param in lfo/tremolo 2025-11-24 16:35:48 +00:00
Jade (Rose) Rowland
e86850b6d8 frequency mod 2025-11-24 11:19:49 -05:00
Jade (Rose) Rowland
31c694b596 Merge branch 'main' into filter_mod_improvements 2025-11-24 10:44:11 -05:00
Aria
36587ae747 Switch back to original version 2025-11-23 22:55:36 -06:00
Aria
6c01c16a0c Fix typo 2025-11-23 22:39:21 -06:00
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
Aria
7bc6fcbf2a Add channel support to midi in 2025-11-23 18:24:48 -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
Aria
6c0d550b6b Fix example 2025-11-23 12:25:40 -06:00
Aria
cf12e3e1d8 Hook up the octave control 2025-11-23 12:21:55 -06: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
Switch Angel AKA Jade Rose
321e76166a Merge branch 'main' into filter_mod_improvements 2025-11-23 06:35:22 +01:00
Jade (Rose) Rowland
7bbb653963 fixed 2025-11-22 23:42:20 -05:00
Jade (Rose) Rowland
30e672a027 wip 2025-11-22 22:49:23 -05:00