Jade (Rose) Rowland
5ff59a878d
fix lookahead
2025-08-16 23:38:03 -04:00
daslyfe
784c711870
Merge branch 'main' into pump
2025-08-03 18:57:19 +02:00
Lu Wilson
92626e7c20
Merge branch 'main' into lu/trans
2025-08-02 11:18:37 +02:00
daslyfe
899af88bd9
Merge branch 'main' into pump
2025-08-02 05:32:13 +02:00
Lu[ke] Wilson
051efdc13b
flyby improvement: add dec synonym to docs
2025-08-01 09:39:33 +01:00
Jade (Rose) Rowland
51f0bab1f8
duckarray
2025-07-26 12:54:59 -04:00
Jade (Rose) Rowland
dae1560c40
description
2025-07-25 00:00:23 -04:00
Jade (Rose) Rowland
82f0dbb750
add another example
2025-07-24 23:59:38 -04:00
Jade (Rose) Rowland
fb7d76a2ab
working
2025-07-24 23:50:27 -04:00
Jade (Rose) Rowland
fe18aa770d
test
2025-07-23 18:34:34 -04:00
Jade (Rose) Rowland
dd04d49c75
fix test
2025-07-18 22:04:18 -04:00
Jade (Rose) Rowland
34874862ab
change params
2025-07-18 22:03:33 -04:00
Felix Roos
bfdfab0a00
fix: @synonym -> @synonyms
2025-07-09 09:33:11 +02: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
Jade (Rose) Rowland
688e275e0c
merge
2025-06-30 00:50:02 -04:00
Jade (Rose) Rowland
09d05abd70
delaysync
2025-06-27 15:54:39 -04:00
Felix Roos
28cd7c1681
Merge branch 'main' into uzu
2025-06-18 21:26:51 +02:00
Alex McLean
5fdea7fd80
github > strudel
2025-06-12 14:36:45 +01:00
Jade (Rose) Rowland
3d37c73103
fixed
2025-05-29 14:32:52 +02:00
Jade (Rose) Rowland
0287be547a
bbstart
2025-05-29 02:27:55 +02:00
Jade (Rose) Rowland
65f1760fad
format
2025-05-20 21:45:14 +01:00
Jade (Rose) Rowland
b8d2d02466
bb
2025-05-20 21:41:40 +01:00
Nachito
5c3501caa4
fix: typo on docs causing problems with autocompletion. ( #1350 )
...
* fix: scramble and shuffle comments
* fix: comments on themes,docs, tests and more
2025-05-18 20:43:04 +01:00
Jade (Rose) Rowland
38e4718826
lint
2025-05-06 01:09:20 -04:00
Jade (Rose) Rowland
38908baccd
working
2025-05-06 01:06:37 -04:00
Felix Roos
2da03ab46f
Merge remote-tracking branch 'origin/main' into uzu
2025-05-01 11:15:24 +02:00
Jade (Rose) Rowland
695ac6a5d3
var
2025-04-06 16:34:14 -04:00
Jade (Rose) Rowland
05ea9c86fb
working
2025-04-06 16:08:42 -04:00
Felix Roos
b192c6823c
Merge pull request #1312 from daslyfe/jade/bug/as_single_param
...
bugfix: Allow single param to be used in the as function
2025-03-23 20:05:31 +01:00
Jade (Rose) Rowland
dccfefacd7
test
2025-03-22 12:06:43 -04:00
Jade (Rose) Rowland
38876e135b
fixed
2025-03-22 11:54:10 -04:00
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
nkymut
17df418935
Update Documentation
2025-03-11 23:30:21 +08: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
nkymut
52d1443cf8
Add midicmd JSdoc
2025-02-05 07:41:24 +08:00
Felix Roos
c810a02a79
- add defaultmidimap function
...
- add midisounds function
- add midiport control
2025-02-03 21:55:57 +01:00
Felix Roos
0b1bc74c3b
feat: basic midimap handling
2025-02-02 22:01:53 +01:00
nkymut
3189b365c8
fix midibend and miditouch
2025-01-25 03:27:46 +08:00
nkymut
b8b999eab5
add midibend, miditouch
2025-01-25 02:28:56 +08:00
nkymut
393d17a41b
fix test error
...
- add mock 'midin' and 'sysex'
- typo in sysex example
2025-01-25 01:12:38 +08:00
nkymut
d06a75a2cd
Add cc to midicmd, add API Reference for midi related controls
2025-01-24 05:37:11 +08:00
nkymut
57c48f0c45
Add 'sysex' control
...
- sysex(id, data) and both arguments are patternable
2025-01-23 08:30:06 +08:00
nkymut
a4792e29f5
update ProgramChange from pc to progNum
...
- add progNum keyword handler
- update midicmd handler to handle 'progNum' case
2025-01-22 06:48:55 +08:00
Felix Roos
773420fd65
add "as" function + getControlName
2025-01-18 22:27:29 +01:00
nkymut
13a4512601
Get sysex working
...
split sysex message into sysexid and sysexdata
sysexid is a device identification number or array
sysexdata is an array of data to be sent to the device
2025-01-18 14:31:11 +08:00
nkymut
155ef9e95f
register pc and sysex as control keywords
2025-01-14 22:10:16 +08:00