Aria
|
0664f90178
|
Remove old comment
|
2025-12-04 13:07:13 -06:00 |
|
Aria
|
4321814d36
|
Working version for compressor, filter, supersaw, wavetable
|
2025-12-04 13:04:33 -06:00 |
|
Aria
|
6610713018
|
Working version of supersaw, almost on wavetable
|
2025-12-04 12:40:28 -06:00 |
|
Aria
|
600ab0a83e
|
WIP with compressors, filters, heavy worklets
|
2025-12-04 12:17:07 -06:00 |
|
jeromew
|
1225d04437
|
codeformat
|
2025-12-04 15:29:21 +00:00 |
|
jeromew
|
f6f507dd29
|
propagate releaseAudioNode in packages
|
2025-12-04 15:26:59 +00:00 |
|
jeromew
|
c7586e96ff
|
Add comment on end worklet param
|
2025-12-04 13:20:17 +00:00 |
|
jeromew
|
46291bf85c
|
Difuse the onceEnded mechanism
|
2025-12-04 13:17:20 +00:00 |
|
jeromew
|
d7e240e2dc
|
Add PeriodicWave & VowelNode support
|
2025-12-04 12:56:54 +00:00 |
|
jeromew
|
0b711e879c
|
Improve naming & backward compat
|
2025-12-04 08:23:36 +00:00 |
|
Jade (Rose) Rowland
|
f0aac2098a
|
update_shortcut
|
2025-12-03 22:59:20 -05:00 |
|
Jade (Rose) Rowland
|
c1a185e852
|
fix null case
|
2025-12-03 15:25:05 -05:00 |
|
Jade (Rose) Rowland
|
b9fce15042
|
working
|
2025-12-03 15:18:32 -05:00 |
|
Aria
|
e01621d0cc
|
Merge pull request 'Feature: Eight FMs' (#1628) from glossing/strudel:glossing/fmsss into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1628
|
2025-12-03 18:27:27 +01:00 |
|
Aria
|
196f70ab6b
|
Formatting
|
2025-12-03 11:13:21 -06:00 |
|
Aria
|
1d4f2b81d8
|
Switch back to explicit exports and use new release mechanism
|
2025-12-03 11:12:30 -06:00 |
|
Aria
|
d28c8dac8e
|
Merge branch 'main' into glossing/fmsss
|
2025-12-03 10:42:35 -06:00 |
|
Aria
|
eb18648a2a
|
Merge pull request '[perf] release unused AudioBufferSourceNode + releaseAudioNode' (#1805) from jeromew/strudel:fix-perf11 into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1805
Reviewed-by: Aria <glossing@noreply.codeberg.org>
|
2025-12-03 17:35:03 +01: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
|
0ec9826de5
|
onceEnded mechanism to clean audioNode.onended callbacks
|
2025-12-02 09:29:50 +00:00 |
|
jeromew
|
af7855402f
|
Accept non-instanciated nodes for better developer experience
|
2025-12-01 20:43:55 +00:00 |
|
scrappy_fiddler
|
39bff8900f
|
website/src/pages/learn/faq.mdx aktualisiert
updated the section on switch angel's prebake. Now refers to the readme for instructions.
|
2025-12-01 18:22:26 +01:00 |
|
jeromew
|
68b1cb87ca
|
[perf] release unused AudioBufferSourceNode + releaseAudioNode
|
2025-12-01 15:29:19 +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
|
c5250d7794
|
Add info comment about ascending time order
|
2025-11-30 10:12:55 +03:00 |
|
Nikita
|
7d890156f4
|
Fix haps not being sorted by time
|
2025-11-30 10:12:55 +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 |
|
Lu[ke] Wilson
|
c77675c492
|
add another synonym
|
2025-11-29 18:01:27 +00:00 |
|
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
|
4061dd4cf8
|
Merge pull request 'add revv() for reversing whole patterns' (#1791) from revv into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1791
|
2025-11-28 23:26:19 +01:00 |
|
alex
|
b523205590
|
Merge branch 'revv' of ssh://codeberg.org/uzu/strudel into revv
|
2025-11-28 22:03:32 +00:00 |
|
alex
|
956598da18
|
snapshot
|
2025-11-28 22:03:21 +00: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
|
d30df8d4cf
|
Merge pull request '[perf] Disconnect lfos for phaser and filters' (#1787) from glossing/perf-lfos into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1787
|
2025-11-28 20:19:14 +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 |
|
Felix Roos
|
d84db1e663
|
hotfix: auto deploy to warm.strudel.cc when main changes
|
2025-11-28 10:02:57 +01: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 |
|
froos
|
2f8cabbb6b
|
Merge pull request 'fix: return silence when no pattern is returned' (#1795) from fix-empty-pattern into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1795
|
2025-11-27 23:08:50 +01:00 |
|