James Walker
142160d79a
Add examples for ? and | operators
2025-09-01 21:08:06 +01:00
Felix Roos
da283eb55a
doc: generate strudel.json
2025-08-21 20:36:17 +02:00
Felix Roos
215ab87809
fix: prettier
2025-08-21 09:41:21 +02:00
fyynn
d6ee10e05c
fixed new scrub refrence
2025-08-19 00:44:46 +02:00
fyynn
36441e7b73
Fixing hush refrence to code documentation
...
Signed-off-by: fyynn <fyynn@noreply.codeberg.org >
2025-08-19 00:25:31 +02:00
fyynn
189daa3942
Added Refrence to arp() arpWidth() to Docs
...
Signed-off-by: fyynn <fyynn@noreply.codeberg.org >
2025-08-19 00:21:32 +02:00
fyynn
d009b9592e
Added Refrence to arp() arpWidth() and hush to Docs
...
Signed-off-by: fyynn <fyynn@noreply.codeberg.org >
2025-08-19 00:09:41 +02:00
fyynn
f7f1bd63e8
Adding the Duck/Sidechain effect to Learn Docs (learn/effects.mdx)
...
Added the duck Effect to the section global effects.
Signed-off-by: fyynn <fyynn@noreply.codeberg.org >
2025-08-18 23:49:43 +02:00
fyynn
7d24e45692
Added scrub() to Learn Docs
...
Signed-off-by: fyynn <fyynn@noreply.codeberg.org >
2025-08-18 23:36:39 +02:00
daslyfe
2d855cf5e8
Merge branch 'main' into daslyfe/gainmod
2025-07-19 04:06:31 +02:00
Jade (Rose) Rowland
34874862ab
change params
2025-07-18 22:03:33 -04:00
Felix Roos
1fdd87a4f3
doc: def
2025-07-15 09:35:24 +02:00
Felix Roos
cf7fc23981
add new am examples to doc
2025-07-09 09:33:28 +02:00
Aurel Bílý
504fe9ed40
document setcps in cycles reference
2025-07-01 13:45:36 +02:00
tj-mueller
c063fb6b1c
correct rd to cr
2025-06-30 11:51:39 +02:00
froos
9220b95677
Merge branch 'main' into wyan/patch-1
2025-06-30 05:24:26 +02:00
Felix Roos
82e3f9b837
fix: js example
2025-06-26 14:59:24 +02:00
froos
67bfedb317
Merge branch 'main' into uzu
2025-06-19 10:21:04 +02:00
Felix Roos
66673d211e
fix: cpm -> setcpm
2025-06-19 09:13:48 +02:00
Felix Roos
6c4aa12c60
refactor: replace .cpm with setcpm calls
...
+ doc setcpm
2025-06-19 09:09:45 +02:00
Felix Roos
28cd7c1681
Merge branch 'main' into uzu
2025-06-18 21:26:51 +02:00
Felix Roos
ee7d783099
fix homepage link
2025-06-14 16:27:54 +02:00
Felix Roos
0163c8ba25
replace remaining links to old github repo
2025-06-14 14:47:16 +02:00
Alice Wyan
1b7fbecf50
Fix style issue
2025-06-10 13:20:21 +02:00
Alice Wyan
117cf7e18a
Update samples.mdx
2025-06-09 19:45:21 +02:00
Alice Wyan
ae15bb7274
Add browser cache explanation in samples.mdx
...
Several users (including me) have been bitten by this, so it's perhaps worth mentioning in the docs that the strudel.json file gets cached by the browser and doesn't reload properly unless forced.
2025-06-09 15:03:41 +02:00
Henré Botha
99779171f5
Fix typo ( #1346 )
2025-05-13 16:45:29 +01:00
alex
1eb5f6a995
format
2025-05-03 20:38:43 +01:00
Felix Roos
2da03ab46f
Merge remote-tracking branch 'origin/main' into uzu
2025-05-01 11:15:24 +02:00
hpunq
d02b1fc05c
update docs to reflect import sounds tab change
2025-04-27 11:05:06 +01:00
Jade (Rose) Rowland
ad25ce7b21
working
2025-04-18 01:01:10 -04:00
Rene Nyffenegger
6d355a803a
Fix typo pattnr ( #1316 )
2025-03-26 13:54:15 +00:00
Felix Roos
64a6dacc1e
mondo: patternable function names
2025-03-26 09:27:02 +01:00
Felix Roos
222e479e30
mondo: more docs
2025-03-23 23:18:57 +01:00
Felix Roos
92b5b6538f
mondo: improve doc
2025-03-23 23:12:52 +01:00
Felix Roos
3a19e23473
mondo: doc
2025-03-23 22:49:56 +01:00
nkymut
17df418935
Update Documentation
2025-03-11 23:30:21 +08:00
nkymut
a18d485283
Merge branch 'main' of https://github.com/tidalcycles/strudel into add-program-change
2025-03-09 05:34:18 +08:00
Felix Roos
9c9ce50b03
Merge pull request #1223 from nkymut/gamepad-pr
...
Add Gamepad module
2025-03-08 21:56:50 +01:00
Felix Roos
edc2903106
fix: relative imports
2025-03-04 21:35:32 +01:00
Alex McLean
b15843f3a7
change behaviour of polymeter, and remove polymeterSteps ( #1302 )
...
* change behaviour of polymeter, and remove polymeterSteps
* format
2025-03-04 18:17:37 +00:00
Mehmet Ali "Mali" Akmanalp
6e972f4380
Fix misplaced ending sentence ( #1296 )
2025-02-27 07:24:58 +00:00
Alex McLean
3575fc3cc8
rename repeat back to extend ( #1285 )
2025-02-09 15:18:28 +00:00
nkymut
f802f18d68
refactor(midi): extract MIDI message handlers into dedicated functions
...
- Move MIDI API logic into separate functions following #1274 (sendCC, sendProgramChange, sendPitchBend, etc.)
2025-02-09 10:56:51 +08:00
nkymut
919c2854d5
Merge branch 'main' of https://github.com/tidalcycles/strudel into add-program-change
2025-02-09 10:53:03 +08:00
Felix Roos
5e81b542dc
Merge pull request #1274 from tidalcycles/midimaps
...
midimaps
2025-02-07 11:07:32 +01:00
Felix Roos
efd4071637
remove midisounds for now
2025-02-06 13:51:53 +01:00
Felix Roos
848edb1f69
doc: midisounds
2025-02-03 22:56:51 +01:00
Felix Roos
e99f229b57
doc: defaultmidimap + midimaps
2025-02-03 22:37:59 +01:00
Alex McLean
018d1ccd31
Stepwise documentation tweaks, with mridangam samples ( #1275 )
...
* add mridangam sample bank
* stepwise documentation tweaks
2025-02-02 23:55:36 +00:00