Commit graph

3635 commits

Author SHA1 Message Date
Felix Roos
11196fb1e6
breaking: refactor controls
- multiple args wont be interpreted as sequence anymore
- you can now pass value, pat to set value to pat
2025-03-16 10:48:38 +01:00
Felix Roos
e782dc09dd
export strudelScope for mondo to use 2025-03-16 10:47:32 +01:00
Felix Roos
e3df504423
rename uzu to mondo 2025-03-16 02:01:16 +01:00
Felix Roos
b71b1354c3
uzu: stacks now work within () + write more tests 2025-03-16 00:51:59 +01:00
Felix Roos
dbe3915368
fix: lint errors 2025-03-15 10:35:22 +01:00
Felix Roos
62705da3de
begin uzu package 2025-03-15 10:29:23 +01:00
nkymut
5fcb96f73c codeformat 2025-03-11 23:33:45 +08:00
nkymut
17df418935 Update Documentation 2025-03-11 23:30:21 +08:00
nkymut
2ccb95aec0 Refactor: Consolidate configuration variables into midiConfig object
- add options argument to .midi
- add midiConfig object with properties
2025-03-11 23:29:37 +08:00
nkymut
3c2692bdda remove debugging artifacts 2025-03-09 06:06:59 +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
fcf6450ff0
Merge pull request #1288 from tidalcycles/sampler-improvements
@strudel/sampler improvements
2025-03-08 22:17:46 +01:00
Felix Roos
9c9ce50b03
Merge pull request #1223 from nkymut/gamepad-pr
Add Gamepad module
2025-03-08 21:56:50 +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
Jade (Rose) Rowland
003e3b790d bounds 2025-03-03 21:29:30 -05:00
Jade (Rose) Rowland
4048ced7e6 format 2025-03-03 21:27:05 -05:00
Jade (Rose) Rowland
64b99f5a8c gain adj 2025-03-03 21:26:42 -05:00
Jade (Rose) Rowland
b4af840240 docs 2025-03-03 21:05:23 -05:00
Jade (Rose) Rowland
8a502e886e vibrato working 2025-03-03 20:36:31 -05:00
Jade (Rose) Rowland
c7ee90922f pwm 2025-03-03 01:32:04 -05:00
Jade (Rose) Rowland
530339ed8f
Merge pull request #1295 from daslyfe/jade/uwu2000
feat: Theme improvements
2025-03-02 11:08:31 -05:00
Alex McLean
fece4e8b57
bugfix zoom stepcount (#1301)
* bugfix zoom stepcount
2025-03-02 10:58:46 +00:00
Jade (Rose) Rowland
afdcd42039 atomify log 2025-02-28 19:48:58 -05:00
Jade (Rose) Rowland
3df9744d79 theme attr 2025-02-24 22:24:29 -05:00
Jade (Rose) Rowland
5a5bbfc8da lint 2025-02-24 22:22:03 -05:00
Jade (Rose) Rowland
d9c3f051b9 Merge branch 'main' into jade/uwu2000 2025-02-24 20:12:12 -05:00
Alex McLean
0925ea56dd
Allow wchooseCycles probabilities to be patterned (#1292)
* allow wchooseCycles probabilities to be patterned
2025-02-23 09:52:27 +00:00
Jade (Rose) Rowland
4959bff060 font settings 2025-02-21 11:06:21 -05:00
Jade (Rose) Rowland
1ded398468 fixed style 2025-02-21 01:31:06 -05:00
Felix Roos
b016720696
sampler: support serving any file (like strudel.json) 2025-02-20 23:37:59 +01:00
Felix Roos
c639e44ca7
fix: dont bail when ip cannot be determined (happens when no wifi) 2025-02-20 23:07:45 +01:00
Jade (Rose) Rowland
b664bd3d1f girl 2025-02-20 00:54:33 -05:00
Alex McLean
aabc82bedd
Fixes inverted triangle wave by renaming it to itri, making non-inverted tri (#1283)
* add itri / itri2 .. but should tri and itri be swapped??

* swap tri/tri2 with itri/itri2. Add some basic docs for bipolar signals
2025-02-11 15:34:23 +00:00
Alex McLean
84581b22aa
Fix for squeezejoin and functions using it, including bite (#1286) 2025-02-11 09:02:34 +00:00
Alex McLean
3575fc3cc8
rename repeat back to extend (#1285) 2025-02-09 15:18:28 +00:00
nkymut
43523b73c4 codeformat 2025-02-09 15:12:14 +08:00
nkymut
b98ebc696d remove midimap JSDoc 2025-02-09 12:19:30 +08: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
Alex McLean
cf8203a4db
mqtt bugfix - connection check (#1282) 2025-02-07 17:11:52 +00:00
Alex McLean
cda79f3e5c
Bugfix: update mqtt connections dictionary (#1281) 2025-02-07 16:38:28 +00:00
Alex McLean
07b0a2e0f0
Make mqtt topic patternable (#1280) 2025-02-07 10:39:53 +00:00
Felix Roos
5e81b542dc
Merge pull request #1274 from tidalcycles/midimaps
midimaps
2025-02-07 11:07:32 +01:00
nkymut
451cdcc3a9 fix sendChannelAfterTouch -> sendChannelAftertouch 2025-02-07 04:39:24 +08:00
nkymut
5ff1d35272 'miditouch' change sendKeyAfterTouch to sendChannelAfterTouch 2025-02-07 00:08:31 +08:00
Alex McLean
8bde61fa27
allow duration and cps metadata to be added to mqtt messages (#1279) 2025-02-06 14:59:03 +00:00
Felix Roos
efd4071637
remove midisounds for now 2025-02-06 13:51:53 +01:00
Alex McLean
49e9b84962
[breaking change] Sample signals from query onset, rather than midpoint (#1278)
This changes almost everything involving signals, including all use of random numbers.
2025-02-05 15:10:53 +00:00
nkymut
54c5454306 edit README.md 2025-02-05 08:17:42 +08:00
nkymut
9b279ff671 update 'midicmd' in README.md 2025-02-05 08:11:39 +08:00