Commit graph

132 commits

Author SHA1 Message Date
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
5e27358fe8 Better preloading 2025-10-22 16:19:58 +03: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
bf702c3b2a Reviewed changes 2025-10-21 16:30:18 +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
4bdaf577c0 Format 2025-10-20 20:22:16 +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
Felix Roos
d164b5e7f5
Revert "Revert "Merge pull request 'supradough poc' (#1362) from supradough into main""
This reverts commit c0bf86d11e.
2025-09-12 10:08:55 +02:00
Felix Roos
c0bf86d11e
Revert "Merge pull request 'supradough poc' (#1362) from supradough into main"
This reverts commit 6f06683d70, reversing
changes made to 637d714ab2.
2025-09-11 23:19:22 +02:00
daslyfe
a26559fd3d Merge branch 'main' into supradough 2025-07-22 06:35:59 +02:00
Felix Roos
a32473d570
Merge remote-tracking branch 'origin/main' into supradough 2025-07-15 22:26:46 +02:00
Jade (Rose) Rowland
edb347e85a format 2025-07-08 22:24:54 -04:00
Jade (Rose) Rowland
63fcce79e0 default cycle 2025-07-08 21:24:27 -04:00
Jade (Rose) Rowland
ce5f425142 fully implemented 2025-07-08 00:26:15 -04:00
Jade (Rose) Rowland
d9e44dcda6 sync without cyclist changes 2025-07-06 00:59:39 -04:00
Felix Roos
e3680b96de
refactor: remove first param of all onTrigger calls 2025-06-30 10:18:54 +02:00
Jade (Rose) Rowland
09d05abd70 delaysync 2025-06-27 15:54:39 -04:00
Jade (Rose) Rowland
3acc364a03 Merge branch 'main' into daslyfe/jade/delaycycle 2025-06-27 15:53:48 -04:00
froos
8051e56d13 Merge branch 'main' into supradough 2025-06-14 00:35:52 +02:00
Alex McLean
5fdea7fd80 github > strudel 2025-06-12 14:36:45 +01:00
Felix Roos
43c05cb504
move supradough to separate package 2025-06-06 16:17:05 +02:00
Felix Roos
5336569c25
proper lpf mapping + remove redundant worklet params, 2025-06-01 21:20:28 +02:00
Jade (Rose) Rowland
94257e81ee lint 2025-05-02 23:44:55 -04:00
Jade (Rose) Rowland
006ce9d1da delaytime 2025-05-02 23:33:58 -04:00
Felix Roos
3cd31b2290 fix: use full repl in web package 2024-05-30 14:36:28 +02:00
Felix Roos
e8f6124a07 + make cyclist trigger backwards compatible for now
+ add absolute time as new 5th onTrigger param
2024-03-22 01:22:35 +01:00
Felix Roos
1d92ee76b9 make velocity a regular value prop 2024-03-01 18:00:34 +01:00
Felix Roos
eb93a6c149 refactor: duration is now a regular control 2024-02-29 04:05:05 +01:00
Felix Roos
96bafa7f0b the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
Felix Roos
52c01abbe9 encapsulate .dough 2023-09-25 22:39:03 +02:00
Felix Roos
8bdbc9ec4c superdough: add logger 2023-08-17 10:08:55 +02:00
Felix Roos
738e714f45 use superdough in webaudio package 2023-08-11 12:13:24 +02:00
Felix Roos
8c93e578a0 clamp delayfeedback 2023-05-28 12:41:46 +02:00
Felix Roos
12228c56d9 improve api for web package 2023-05-07 22:36:26 +02:00
Felix Roos
aad721890a pass duration to source callback 2023-03-16 15:48:59 +01:00
Felix Roos
6f5d096e6d rename setSound to registerSound 2023-03-09 21:32:40 +01:00
Felix Roos
ff1e6714c6 document setSound api 2023-03-09 21:27:24 +01:00
Felix Roos
be6b011204 proper audio node cleanup
+ cleanup onTriggerSample
2023-03-09 10:46:45 +01:00
Felix Roos
65e48c05f0 sounds onset and offset can be triggered independently
+ sounds tab now supports mousedown / mouseup to listen
2023-03-09 08:35:20 +01:00
Felix Roos
35ef26c013 can now pass meta data to setSound
+ added types for synth and sample
+ list sample count for samples in sounds tab (as before)
2023-03-07 21:43:01 +01:00