Commit graph

118 commits

Author SHA1 Message Date
1d10t
aa7ba6ae99 update webaudio to main branch 2026-01-03 22:01:37 +01:00
Sergey S Yaglov
adf9596d07 codestyle(webaudio) 2025-12-13 00:28:13 +03:00
1d10t
4e14718e93 feat(webaudio): enable AudioContext sharing for webaudioRepl
- Add support for optional `existingAudioCtx` parameter in `webaudioRepl()` function
- When provided, sets it as the default AudioContext via `setDefaultAudioContext()`
- Allows integration with external systems that manage their own Web Audio API context
- Maintains backward compatibility with existing usage patterns
2025-12-12 21:56:31 +01: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
Felix Roos
b08a0b8102 use nanostore for soundmap
+ rename tab samples to sounds
+ listed sounds are now reactive
2023-03-06 23:11:09 +01:00
Felix Roos
6059c69995 first draft of soundMap to register keys for s
+ refactor sampler to use it
+ refactor synth to use it
+ add 'source' control
+ wip: samples tab
+ wip: webadirt ?
+ wip: soundfonts
2023-03-05 23:27:37 +01:00
Alex McLean
bf72908dc9
Support list syntax in mininotation (#512)
fixes #504

* support list syntax in mininotation
* support compound controls
* remove redundant : splitting of s/n and note/n from webaudio
* patternable scale names
2023-03-04 18:06:18 +00:00
Alex McLean
2d5064bd5b
Reinstate slice and splice (#500)
Reinstate slice/splice, fixing up "unit" param using new global cps
2023-03-02 14:44:41 +00:00
Alex McLean
db4d0f26a8
Add control aliases (#497)
* add and simplify control aliases, fixes #496
* roomsize now alias of room
* simplify webaudio param handling
---------

Co-authored-by: Felix Roos <flix91@gmail.com>
2023-03-02 13:17:12 +00:00
Felix Roos
6283273d81 add helper hap.ensureObjectValue 2023-02-24 10:15:06 +01:00
Felix Roos
014ae2107e can now await initAudio + initAudioOnFirstClick 2023-02-01 22:42:25 +01:00
Felix Roos
e8b09f1124
Merge pull request #360 from tidalcycles/docs
doc structuring
2023-01-09 23:37:34 +01:00
Felix Roos
69ecb7b54f support logs in mini repl
+ pass hap to logger
+ add editPattern hook to repl + useStrudel
+ do not throw when webaudio gets plain values
2023-01-09 23:26:20 +01:00
Alex McLean
45842b1f05
Fix .out(), renaming webaudio's out() to webaudio() (#361)
* breaking test for out()

* rename webaudio's out() to webaudio(), fixes #359
2023-01-08 23:40:15 +00:00
Felix Roos
8781fa2e33 add filter synonyms 2023-01-06 21:37:31 +01:00
Felix Roos
df73ce8a60 add freq support to sampler 2022-12-12 20:41:09 +01:00
Felix Roos
b9781915a4 remove bootstrap + Pattern.patternify 2022-12-10 22:58:07 +01:00
Felix Roos
4c838aeaca hotfix: weird audion bug 2022-11-17 11:13:49 +01:00