51 Commits

Author SHA1 Message Date
Felix Roos
a7eb0bb04a snapshot 2023-09-16 01:34:00 +02:00
Felix Roos
735f892a08 fix: snapshots 2023-09-16 01:14:53 +02:00
Felix Roos
ee314e9b03 snapshot 2023-09-15 23:38:37 +02:00
Felix Roos
7e55258bbf update snapshots 2023-09-15 23:13:30 +02:00
Felix Roos
b8932390f7 update snapshot 2023-09-15 21:44:24 +02:00
Raphael Forment
1383af6208 documenting filters more + tests 2023-09-10 09:42:29 +02:00
Felix Roos
c9d98bf4d7 fix: tests 2023-08-31 12:58:32 +02:00
Felix Roos
e29cf6fcc1 update snapshot 2023-08-31 12:34:49 +02:00
Felix Roos
a7246c6518 snapshots 2023-08-31 12:30:01 +02:00
Felix Roos
badda165fe add snapshot 2023-08-20 22:39:46 +02:00
Felix Roos
ce820c2314 update vitest 2023-07-17 23:37:51 +02:00
Felix Roos
8583ed0e5c
Merge pull request #647 from tidalcycles/tonleiter
stateless voicings + tonleiter lib
2023-07-17 23:34:33 +02:00
Felix Roos
e53098b179 fix: tests 2023-07-13 11:58:24 +02:00
Felix Roos
e05f74cef1 docs + rename under -> duck, quak quak 2023-07-13 10:49:08 +02:00
Felix Roos
ffeda19ce5 snapshots + fix default anchor for lefthand 2023-07-13 01:09:53 +02:00
Felix Roos
2d08b31f9a fix: tests 2023-07-08 16:14:25 +02:00
Felix Roos
00bd60a855 snapshot tests: sort haps by part 2023-07-04 18:43:26 +02:00
Felix Roos
92da70a7ae Merge remote-tracking branch 'origin/main' into clip-support-floats 2023-06-15 10:46:10 +02:00
Felix Roos
09b14a5702 add ratio function 2023-06-14 23:19:04 +02:00
Felix Roos
260b831815 refactor: legato -> clip 2023-06-14 00:22:55 +02:00
Felix Roos
5e90021698 update snapshot 2023-06-12 23:12:40 +02:00
Felix Roos
892d8ba152
Merge pull request #508 from tidalcycles/arrange
add arrange function
2023-03-05 14:52:30 +01:00
Alex McLean
bf72908dc9
Support list syntax in mininotation (#512)
fixes #504

* support list syntax in mininotation
* support compound controls
* remove redundant : splitting of s/n and note/n from webaudio
* patternable scale names
2023-03-04 18:06:18 +00:00
Felix Roos
de503c7d63 add snapshot 2023-03-03 20:30:35 +01:00
Alex McLean
db4d0f26a8
Add control aliases (#497)
* add and simplify control aliases, fixes #496
* roomsize now alias of room
* simplify webaudio param handling
---------

Co-authored-by: Felix Roos <flix91@gmail.com>
2023-03-02 13:17:12 +00:00
Alex McLean
7c367eb1e8
slice and splice (#466)
Implements `slice` and `splice` from tidal, intended for beat slicing
2023-02-22 11:51:31 +00:00
Alex McLean
fdb76867a7
weave and weaveWith (#465)
Added weave and weaveWith from tidal
2023-02-18 00:00:18 +00:00
Felix Roos
33e2631e5d update snapshot 2023-02-09 18:48:34 +01:00
Felix Roos
379b8392dd add snapshot 2023-02-05 16:32:51 +01:00
Felix Roos
0ec65c85d3 fix examples + snapshots 2023-02-05 14:52:01 +01:00
Alex McLean
91fd3fb5ca add missing snapshots 2023-02-01 15:51:42 +00:00
Felix Roos
9731eb8c5b add ribbon + test + docs 2023-01-19 12:25:12 +01:00
Felix Roos
468ccc6288 add run + test + docs 2023-01-19 11:47:11 +01:00
Felix Roos
ffdfb07f72 docs: use note instead of n to mitigate confusion 2023-01-19 11:27:54 +01:00
Felix Roos
6a2a60df0d hotfix: tests 2023-01-12 17:43:20 +01:00
Felix Roos
79904560fc fix: snapshot 2023-01-12 12:48:05 +01:00
Felix Roos
efa4bfef2f fix snapshot 2023-01-12 02:23:06 +01:00
Felix Roos
fc3ead4c01 Merge branch 'main' into docs 2023-01-12 02:20:16 +01:00
Felix Roos
bf13e42092 update snap 2023-01-12 01:57:14 +01:00
Felix Roos
95fcce1bcf fix: snapshot 2023-01-11 23:38:40 +01:00
Felix Roos
6e315a50ed breaking: arp use innerJoin instead of squeezeJoin 2023-01-11 23:28:17 +01:00
Felix Roos
e8b09f1124
Merge pull request #360 from tidalcycles/docs
doc structuring
2023-01-09 23:37:34 +01:00
Felix Roos
57ba353594 snaps 2023-01-09 23:31:30 +01:00
Alex McLean
f57fe182ed
Support for multiple mininotation operators WIP (#350)
* support for multiple operators
* fix false test failures by sorting by part
* snapshot
2023-01-09 22:23:27 +00:00
Felix Roos
22a64c4931 update snapshots 2023-01-08 23:46:39 +01:00
Felix Roos
c71e893e8e
Merge pull request #356 from tidalcycles/docs
docs: tidal comparison + add global fx + add missing sampler fx
2023-01-06 22:02:31 +01:00
Felix Roos
605a1365d3 update snapshots 2023-01-06 21:15:32 +01:00
Alex McLean
68c9008019
Fix Bjorklund (#343)
* port Rohan Drape's Bjorklund implementation, add Toussaint's tests
* fix euclidLegato, simplifying a bit now that bjork results should always begin with an 'on'
* migrate euclid numbers in tunes
- 3,4 +1
- 5,8 -1
- 6,8 +3

Co-authored-by: Felix Roos <flix91@gmail.com>
2023-01-06 11:31:32 +00:00
Alex McLean
db7ef01dbb
Patternify euclid, fast, slow and polymeter step parameters in mininotation (#341)
* patternify the mininotation bjorklund, and fast (*) slow (/) and pattern step (%) parameters
* simplify replicate (!), should be closer to tidal now
* highlight atoms rather than elements
* tests
2023-01-02 20:28:07 +00:00
Felix Roos
8fe3fda27f update snapshots 2022-12-23 18:24:40 +01:00