Nikita
5a70599aac
Ignore superdough errors when exporting, instead skip sound.
2025-10-22 22:48:04 +03:00
Nikita
7b74a902a2
Remove unneeded imports
2025-10-22 20:05:03 +03:00
Nikita
95700e1196
Fix wavetables breaking after playback
2025-10-22 20:00:36 +03:00
Nikita
e7578be6c5
Remove preloading code and instead await superdough
2025-10-22 17:16:05 +03:00
Nikita
28df4259b8
Merge remote-tracking branch 'upstream/main' into feat/non-realtime-exporting
2025-10-22 16:21:34 +03:00
Nikita
5e27358fe8
Better preloading
2025-10-22 16:19:58 +03:00
froos
a986688874
Merge pull request 'Fix a bug introduced by #4e17cfbdd6' ( #1679 ) from milliganf/strudel:main into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1679
2025-10-22 15:19:11 +02:00
froos
4ab8c256b2
Merge branch 'main' into main
2025-10-22 15:18:53 +02:00
Nikita
daea207aff
Better sample loading
2025-10-21 22:42:01 +03:00
Nikita
92d3fe496d
Bug fixes
2025-10-21 21:00:30 +03:00
Nikita
98031676d6
Add an EOL character to package.json
2025-10-21 16:44:42 +03:00
Nikita
498624f6fe
Make server.js a normal file
2025-10-21 16:35:33 +03:00
Nikita
bf702c3b2a
Reviewed changes
2025-10-21 16:30:18 +03:00
froos
6e4dae4dfa
Merge branch 'main' into feat/non-realtime-exporting
2025-10-21 14:24:09 +02:00
froos
98f5a56ef6
Merge pull request 'feature/autocomplete-sound-names' ( #1564 ) from drdozer/strudel:feature/autocomplete-sound-names into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1564
2025-10-20 22:37:14 +02:00
milliganf
46af6ed9ef
Fix a bug introduced by #4e17cfbdd6
...
When there's no subpath for a Github path, the URL should end with a '/'. Otherwise when we concatenate values on from a sample map it doesn't separate the base URL from the filename.
Signed-off-by: milliganf <m.h.freeson@outlook.com >
2025-10-20 22:30:58 +02:00
froos
752940b3ab
Merge branch 'main' into feature/autocomplete-sound-names
2025-10-20 22:17:45 +02:00
froos
c727534d29
Merge pull request 'add replicate + use it for ! in mondo' ( #1436 ) from JoStro/strudel:main into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1436
2025-10-20 21:58:11 +02:00
Felix Roos
20e5fdedfb
fix: use replicate for ! in mondo
2025-10-20 21:38:43 +02:00
Felix Roos
188f0e9098
snapshot
2025-10-20 21:35:28 +02:00
Felix Roos
c2a5562bad
add new flavour under replicate
2025-10-20 21:24:13 +02:00
froos
57f2a97b7b
Merge branch 'main' into main
2025-10-20 21:21:08 +02:00
Nikita
a8ea9a1b63
Update lockfile
2025-10-20 21:26:40 +03:00
Nikita
a2b76bde14
Format
2025-10-20 21:24:54 +03:00
Nikita
0f652e8b5b
Remove webaudio from core dependencies
2025-10-20 21:24:27 +03:00
Nikita
2a0635879c
Format
2025-10-20 20:58:27 +03:00
Nikita
f5fc0ff9d1
Remove resetGlobalEffects from AudioContext
2025-10-20 20:58:01 +03:00
Nikita
7774364ac7
Add webaudio as a workspace dependency
2025-10-20 20:36:36 +03:00
Nikita
329289fc35
Revert refreshing deps
2025-10-20 20:33:25 +03:00
Nikita
8b3c0d2a4a
Refresh deps
2025-10-20 20:27:31 +03:00
Nikita
120b46c4a5
Add webaudio as a cyclist dependency (do we want that?)
2025-10-20 20:24:42 +03:00
Nikita
4bdaf577c0
Format
2025-10-20 20:22:16 +03:00
Nikita
428a4b3dd7
Revert workletsUrl to use ?audioworklet
2025-10-20 20:21:23 +03:00
Nikita
ff83994733
Better export UI
2025-10-20 20:19:52 +03:00
Nikita
418bca79b2
Disable button when exporting & min start cycle is 0
2025-10-19 23:05:33 +03:00
Nikita
b3715dc5df
WIP export UI
2025-10-19 23:02:20 +03:00
Nikita
9a47e0f11e
close() doesn't exist for OfflineAudioContext
2025-10-19 19:47:23 +03:00
Nikita
908c0e44ff
Fix worklets not loading
2025-10-19 19:44:53 +03:00
Nikita
920776fdfe
Re-init audio before and after export
2025-10-19 15:10:31 +03:00
Nikita
0fbde61b2d
WIP non-realtime exporting
2025-10-19 14:38:50 +03:00
Felix Roos
105db2a4ca
fix: tonal import in autocomplete + add tonal to codemirror package dependencies
2025-10-18 08:49:31 +02:00
froos
be61d08cc6
Merge branch 'main' into feature/autocomplete-sound-names
2025-10-18 08:41:15 +02:00
Switch Angel AKA Jade Rose
6e58c973af
Merge pull request 'Bug Fix: Wavetable: phase wrapping at 1 and detune' ( #1620 ) from glossing/strudel:glossing/wrap-phase-typo into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1620
2025-10-18 04:29:19 +02:00
Switch Angel AKA Jade Rose
2473a5391d
Merge branch 'main' into glossing/wrap-phase-typo
2025-10-17 04:55:25 +02:00
froos
4e17cfbdd6
Merge pull request 'github samples: default to "samples" if repository is not specified' ( #1644 ) from prezmop/strudel:main into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1644
2025-10-16 20:26:26 +02:00
prezmop
83c7e63432
update docs
2025-10-16 18:20:22 +02:00
prezmop
909e0154fe
default to samples if repo not found
2025-10-16 18:20:13 +02:00
froos
ef4e21ac40
Merge pull request 'Docs: add example of custom chained function' ( #1642 ) from dariusk/strudel:main into main
...
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1642
2025-10-16 17:33:39 +02:00
froos
857c82e260
Merge branch 'main' into main
2025-10-16 17:25:07 +02:00
Aria
3c1a8c8bdb
Format
2025-10-14 11:41:11 -05:00