Commit Graph

81 Commits

Author SHA1 Message Date
Felix Roos ea2d8b2773 use workspace protocol everywhere 2023-01-28 20:37:56 +01: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 e9c1db020f hotfix: remove mocked .out 2023-01-11 22:11:22 +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 26b8f93cea roll back hh rhythm 2022-12-29 21:08:11 +01:00
Felix Roos a576523976 simplify meltingsubmarine tune 2022-12-29 21:02:04 +01:00
Felix Roos af49c4117c add color to some tunes 2022-12-29 13:25:20 +01:00
Felix Roos 8fe3fda27f update snapshots 2022-12-23 18:24:40 +01:00
Felix Roos 08f7925ea9 delete now obsolete repl + tutorial folders 2022-12-22 23:28:34 +01:00
Felix Roos 818cd9044b integrate repl into astro website
+ update build and setup tasks + workflow
+ move repl test folder to root
+ move docs and repl to website/src
2022-12-22 17:20:51 +01:00
Felix Roos 2c636dfd3b remove old file 2022-03-26 00:04:13 +01:00
Felix Roos 6f60a3a1d5 start packaging 2022-03-25 14:39:25 +01:00
Felix Roos 4b124e3493 began value api 2022-03-24 18:47:21 +01:00
Felix Roos 29802b0f4d remove scaleOffset nonsense 2022-03-04 00:08:39 +01:00
Felix Roos 9b3f77f4f5 Merge commit '63eb9124340ee1a650b5bf695493d025e4069a97' into notes-and-numbers 2022-02-28 22:56:25 +01:00
Felix Roos 71952ca8fd fix scales without c 2022-02-28 22:55:03 +01:00
Felix Roos df21c81bfa test tonal methods + move mod to util 2022-02-28 22:52:09 +01:00
Felix Roos 020c1d5589 test util 2022-02-28 22:08:30 +01:00
alex 921b23e9f0 Fix resolveState 2022-02-27 23:30:00 +00:00
alex 0969f47404 fix tests 2022-02-26 23:46:04 +00:00
alex 29bdfb2d90 _withContext() 2022-02-25 11:19:12 +00:00
alex fc739d1283 fix new things up to use state 2022-02-25 11:07:45 +00:00
alex 1b6d3734cf Merge branch 'main' into stateful-events 2022-02-25 10:59:41 +00:00
alex 912c36d590 Add event/hap context 2022-02-25 10:59:33 +00:00
alex b323855b69 fix off() 2022-02-24 22:53:13 +00:00
alex 1b748648e0 Merge branch 'main' of github.com:yaxu/strudel into main 2022-02-24 22:35:55 +00:00
alex 37a240ee2d Fix show() to show sign, fix off() 2022-02-24 11:48:08 +00:00
alex fb149808ee test div and mul 2022-02-23 22:46:01 +00:00
alex 14a4a4492b add apply and layer, and missing div/mul methods 2022-02-23 21:13:29 +00:00
alex becc73e58a Merge branch 'main' into stateful-events 2022-02-23 20:24:05 +00:00
alex a9a4cd2f5c Make pattern a function of state, not just time. 2022-02-23 20:18:03 +00:00
alex fd8f70d914 Tweaks and a couple of tests for signals 2022-02-20 23:59:16 +00:00
Alex McLean d941cb79ce Merge pull request #11 from tidalcycles/more-functions
More tidal functions incoming (WIP)
2022-02-19 20:30:04 +00:00
alex ca9fef50d9 More struct tests 2022-02-19 17:20:02 +00:00