3912 Commits

Author SHA1 Message Date
Felix Roos
733d6ec673 pnpm i 2024-05-16 14:12:11 +02:00
Felix Roos
179931be88 fix lockfile: reset to main one 2024-05-16 14:10:42 +02:00
Felix Roos
9d5acc0f32 Merge branch 'main' into haskell-parser 2024-05-16 14:08:51 +02:00
Felix Roos
4ade86f75c hotfix: rebuild parser to remove logs 2024-05-16 10:59:57 +02:00
Kaspars Jaudzems
e268802f3c
OSC/SuperDirt fixes (#1093)
* If note is a midi note, and it's sent together with octave to SuperDirt, then that will be wrong. instead we should to midinote whenever sure that it's a midi note.
* mapbank to work like tidal's drumFrom
* roomsize is size in SuperDirt
* fix tidal-sniffer
* export `registerControl` (but see #1098)
2024-05-13 09:10:34 +01:00
Felix Roos
55c7f2b575
Merge pull request #1091 from kasparsj/use-sessionStorage
Use sessionStorage for viewingPatternData and activePattern
2024-05-13 06:31:20 +02:00
Kaspars Jaudzems
a69563cb9b
repl: set document.title from @title (#1090)
* fixes #811 set document.title from @title
2024-05-12 17:23:08 +01:00
Kaspars
33ebf08e81 simplify more 2024-05-07 15:20:59 +02:00
Kaspars
02ea4d1116 bug fix 2024-05-07 14:52:06 +02:00
Felix Roos
27d8bae671
Merge pull request #1089 from tidalcycles/fix-worklets
fix: missing events due to premature worklet cleanup
2024-05-07 14:29:22 +02:00
Kaspars
5dc2ecd741 cleanup 2024-05-07 12:55:52 +02:00
Kaspars
6e6a2439c3 simplify implementation 2024-05-07 12:54:33 +02:00
Kaspars
6249631a72 implement sessionAtom function (same api as persistenAtom, just used sessionStorage instead of localStorage) 2024-05-07 11:40:09 +02:00
Kaspars
b69b9c37cd fix events, add comment 2024-05-07 11:01:02 +02:00
Kaspars
7f22040a0c use sessionStorage instead of localStorage 2024-05-07 10:44:58 +02:00
Felix Roos
956ceb8aa4 fix: missing events due to premature worklet cleanup 2024-05-06 21:29:15 +02:00
Alex McLean
e47d67a9da
Benchmarks (#1079)
* tactus-oriented benchmarks
* add benchmarks for individual example tunes
2024-05-03 10:52:56 +01:00
Felix Roos
8e2d883e86
Merge pull request #1086 from tidalcycles/fix-dough-csound-timing
fix: csound + dough timing
2024-05-03 08:46:51 +02:00
Felix Roos
8db443ba26 fix: csound + dough timing 2024-05-03 00:42:13 +02:00
Alex McLean
34e9d73908
Improve performance of ! (replicate) (#1084)
* Implement ! with weighted repeatCycles
* reimplement repeatCycles without array filling
2024-05-02 23:37:32 +01:00
Felix Roos
deed379dba
Merge pull request #1083 from tidalcycles/fix-urls-with-extras
fix: url parsing with extra params
2024-05-02 23:40:22 +02:00
Felix Roos
5b4322c964 fix: url parsing with extra params 2024-05-02 22:39:39 +02:00
Alex McLean
91bb0a1d36
Add calculateTactus() for turning off calculation of tactus in (#1081)
core functions.
Also while I'm here stop fast/slow from manipulating tactus.
2024-04-29 11:36:10 +01:00
Jade (Rose) Rowland
47b65846e9
Merge pull request #1076 from diegodorado/patch-1
fix docs on alignment.mdx
2024-04-28 14:56:21 -04:00
Jade (Rose) Rowland
55eafaf4d8
Merge pull request #1073 from cleary/patch-5
add signals to recap in first-effects.mdx
2024-04-28 14:49:17 -04:00
Jade (Rose) Rowland
2e3869c0e0
Merge pull request #1072 from cleary/patch-4
fix translation issue in first-effects.mdx
2024-04-28 14:44:56 -04:00
Jade (Rose) Rowland
4015a11bd2
Merge pull request #1077 from daslyfe/fix_formatting_test
fix failing format test
2024-04-28 14:44:29 -04:00
Jade (Rose) Rowland
15f16006d0 ran prettier again? 2024-04-28 14:43:35 -04:00
Jade (Rose) Rowland
ce79a44848 fix failing format test 2024-04-28 14:36:52 -04:00
Diego Dorado
d253e35b6c
fix docs on alignment.mdx 2024-04-28 10:53:53 -03:00
Jade (Rose) Rowland
19ef941c9d
Merge pull request #1075 from cleary/patch-7
add nesting to `off` example variation in pattern-effects.mdx
2024-04-27 16:50:17 -04:00
Jade (Rose) Rowland
ac7658d0a0
Merge pull request #1070 from cleary/patch-3
add `<...>` to first-sounds.mdx recap
2024-04-27 16:48:58 -04:00
Jade (Rose) Rowland
635a6c62b0
Merge pull request #1069 from cleary/patch-2
fix first sounds typo
2024-04-27 16:48:07 -04:00
Jade (Rose) Rowland
acc100da5c
Merge pull request #1068 from cleary/patch-1
fix cr typo on first-sounds.mdx
2024-04-27 16:47:44 -04:00
Bernard Gray
69f8498d4b
Use "Alternate" for <...>, consistent with recap page in first-sounds.mdx 2024-04-27 14:20:26 +10:00
Bernard Gray
975eb684b9
add nesting to off example variation in pattern-effects.mdx
I was immediately curious whether `off` could be nested - it turns out it can, so I added an example of it in action.
This example should also add clarity to the flexibility of pattern naming inside `off` arguments as well
2024-04-27 11:35:08 +10:00
Bernard Gray
5c4ad57309
add signals to recap in first-effects.mdx 2024-04-27 10:47:30 +10:00
Bernard Gray
0be5f77247
fix translation issue in first-effects.mdx 2024-04-27 10:15:55 +10:00
Alex McLean
bbf8577f85
More tactus tidying (#1071)
* preserve tactus for register (only non-formatting change is adding args to register)
* support undefined tactus values
2024-04-26 14:12:30 +01:00
Bernard Gray
d8eb186ee4
add <...> to recap 2024-04-25 06:35:34 +10:00
Bernard Gray
54829bd28c
fix first sounds typo 2024-04-25 06:24:56 +10:00
Bernard Gray
5c01760b28
fix cr typo on first-sounds.mdx 2024-04-25 06:01:49 +10:00
Alex McLean
a189626e8b
Fix stepjoin (#1067)
* sort fractions properly - fixes #1066
2024-04-23 22:37:21 +01:00
Alex McLean
6a1fa7e67f
clarify license (#1064) 2024-04-23 22:32:00 +01:00
Alex McLean
267f58b7be
Tactus tweaks - fixes for maintaining tactus and highlight locations (#1065)
* outer bind/join should keep outer tactus
* keep locations of outer pattern in stepJoin
2024-04-23 14:14:30 +01:00
Jade (Rose) Rowland
9348a8015a
Merge pull request #1062 from daslyfe/osc_time_fix
fix OSC timing for recent scheduler updates
2024-04-21 17:57:57 -04:00
Jade (Rose) Rowland
57ad278137 fixed osc server 2024-04-21 17:52:22 -04:00
Jade (Rose) Rowland
5d8eea7299 fixed 2024-04-21 17:29:29 -04:00
Alex McLean
0a3694fb82
Stepwise functions from Tidal (#1060)
* rename new stepwise functions to match tidal, adding s_expand and s_contract
* created a `stepJoin` for stepwise patternification
2024-04-21 21:17:07 +01:00
Alexandre G.-Raymond
a194180130
Fix wchooseCycles not picking the whole pattern (#1061) 2024-04-21 10:03:55 +01:00