219 Commits

Author SHA1 Message Date
Rene Nyffenegger
6d355a803a
Fix typo pattnr (#1316) 2025-03-26 13:54:15 +00: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
Alex McLean
ce9d23049a
Polish, rename, and document stepwise functions (#1262)
* polish, rename, and document stepwise functions: `pace`, `take`, `drop`, `expand`, `contract`, `repeat`, `zip`, `grow`, `shrink`, and `tour`
2025-02-02 20:26:44 +00:00
Felix Roos
d09809ed12
Merge branch 'main' into gamepad-pr 2025-01-31 10:55:12 +01:00
Felix Roos
b4ef786108
Merge branch 'main' into devicemotion 2025-01-31 08:16:31 +01:00
nkymut
e19d059c0f update documents 2025-01-25 02:29:44 +08:00
nkymut
f95eadab2f adjust midicmd heading level 2025-01-20 01:31:26 +08:00
nkymut
1349ecb4af add midicmd documentation 2
- MiniRepl for input-output.mdx
- addresses #789 #710
2025-01-20 01:26:41 +08:00
nkymut
268c66cd3d add midicmd documentation
- addresses #789 #710
2025-01-20 01:11:39 +08:00
nkymut
bfb4eee122 Merge branch 'main' of https://github.com/tidalcycles/strudel into add-program-change 2025-01-18 14:42:30 +08:00
nkymut
e085819fe2 add documentation for pc and sysex 2025-01-15 22:43:03 +08:00
Luke Heerman
8b909c54db Merge branch 'main' into binary 2024-12-27 15:15:54 -05:00
Luke Heerman
9d029ac914 Add binary and binaryN to learn pages 2024-12-27 15:14:58 -05:00
Felix Roos
26cc7e2920
Merge pull request #1213 from tidalcycles/spectrum
add basic spectrum function
2024-12-23 11:53:11 +01:00
nkymut
0be9f439bc Prettier💄 2024-12-17 19:39:38 +08:00
nkymut
36fe942e24 getting rid of AI-smell 2024-12-17 19:35:09 +08:00
Yuta Nakayama
06958a5281
Merge branch 'main' into gamepad-pr 2024-12-17 19:22:42 +08:00
nkymut
033b123ae0 Add DOCS for gamepad module 2024-12-17 19:22:03 +08:00
Yuta Nakayama
b7d8593a4d
Merge branch 'main' into devicemotion 2024-12-17 17:34:31 +08:00
nkymut
a5b05d211e Add DOC for devicemotion 2024-12-17 17:28:53 +08:00
Felix Roos
eb02997836 spectrum doc 2024-12-16 23:18:20 +01:00
Alex McLean
c66f19108c
MQTT support (#1224)
* Add mqtt() method and documentation
* Documentation clarifications for MIDI and OSC
2024-11-30 09:07:55 +00:00
Felix Roos
aeaf447142 add doc 2024-10-22 22:27:14 +02:00
Khalid
e9e7e02547 Fixed access to merged description in factories.mdx 2024-09-26 17:58:59 -04:00
Jade (Rose) Rowland
11a07df120 add docs for OSC target 2024-08-31 23:38:23 -04:00
Felix Roos
771eb31d3f use labels instead of stacks 2024-06-04 00:05:51 +02:00
Felix Roos
1acb675f5a doc: visual functions 2024-06-02 23:12:31 +02:00
Felix Roos
e6b55baed0 fix: step based naming 2024-06-02 14:08:56 +02:00
Felix Roos
b6e277f1ea use inline scope in examples 2024-06-02 14:03:05 +02:00
Felix Roos
bf90867685 fix: mini repl punchcard + claviature flags 2024-06-02 10:49:07 +02:00
Felix Roos
a7650f1af3 add autodraw flag + scope 2024-06-02 03:08:16 +02:00
Felix Roos
0e6a17fc77 start visual feedback article 2024-06-01 15:42:09 +02:00
Felix Roos
94f5886466 update some examples 2024-05-31 11:17:43 +02:00
Enelg52
0efac42d92 Add mousex and mousey the Docs 2024-05-29 10:42:31 +02:00
Felix Roos
64cc8caeec
Merge pull request #1038 from tidalcycles/swing
add swing + swingBy
2024-04-19 00:05:52 +02:00
Felix Roos
971d497e81 docs: custom samples
- strudel.json
- github shortcut
- "import sounds"
- @strudel/sampler
- improve structure
- add drumset
2024-04-12 10:56:31 +02:00
Felix Roos
97d292adbb add swing / swingBy to time modifiers page 2024-04-03 21:32:39 +02:00