Commit graph

3444 commits

Author SHA1 Message Date
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
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
Felix Roos
20e5fdedfb
fix: use replicate for ! in mondo 2025-10-20 21:38:43 +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
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
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
Aria
4c49cd9297 More examples 2025-10-18 11:24:56 -05:00
Aria
70d2da81d8 Merge branch 'main' into glossing/fmsss 2025-10-18 11:01:23 -05:00
Aria
72423c3a25 Adds back shape to superdough 2025-10-18 10:41:33 -05:00
alex
92a82ce4bd delint 2025-10-18 10:49:15 +01:00
alex
b2ce4591d9 sort exports and add impure.mjs 2025-10-18 10:42:55 +01:00
alex
1be9f40574 timeline feature 2025-10-18 10:42:35 +01: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
2473a5391d Merge branch 'main' into glossing/wrap-phase-typo 2025-10-17 04:55:25 +02:00
Aria
c02def03b6 Don't tag when scale fails, allow mixed sharps and flats, simplify scale function 2025-10-16 16:26:33 -05: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
857c82e260 Merge branch 'main' into main 2025-10-16 17:25:07 +02:00
froos
0d5dc1f8c1 Merge branch 'main' into glossing/scale-with-note-and-n 2025-10-16 17:19:07 +02:00
jeromew
47c85f8540 fix interoperability of all with hydra
Hydra add methods on Array.prototype which breaks the Array enumeration with for...in.
Use for...of instead
cf https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#difference_between_for...of_and_for...in for details on the issue

without this fix, it is impossible to use both `await initHydra()` and `all` in the same strudel code. Strudel errors with "Error: got "undefined" instead of pattern."

example code: https://strudel.cc/#YXdhaXQgaW5pdEh5ZHJhKCkKCmFsbChwaWFub3JvbGwpCgokOiBzKCJiZCIp
2025-10-16 14:06:33 +02:00
Aria
fd03d1fdfb Update conditional to allow to control user waveforms 2025-10-15 15:14:31 -05:00
Aria
35016b5847 Mention range in docstring 2025-10-15 14:56:20 -05:00
Aria
0fe7edc157 Some examples 2025-10-15 14:53:07 -05:00
Aria
d6de160224 Merge branch 'main' into glossing/partials 2025-10-15 13:19:57 -05:00
alex
ba93bd1bc5 Fix onPaint for widgets 2025-10-15 18:54:02 +01:00
Aria
3c1a8c8bdb Format 2025-10-14 11:41:11 -05:00
Aria
b7e941c649 Merge branch 'main' into glossing/wrap-phase-typo 2025-10-14 11:40:29 -05:00
Aria
ac7e9c6978 Typos on envelope values 2025-10-14 11:37:41 -05:00
Aria
c13a726129 Merge branch 'main' into glossing/filter-lfo 2025-10-14 11:24:49 -05:00
Switch Angel AKA Jade Rose
ded91fab7d Merge pull request 'Feature: Distortion Modes' (#1561) from glossing/strudel:glossing/distortion-modes into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1561
2025-10-13 07:26:50 +02:00