1719 Commits

Author SHA1 Message Date
Felix Roos
4a2a540500
Update README.md 2023-01-08 23:55:07 +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
3992356517 casing 2023-01-06 21:58:35 +01:00
Felix Roos
dbb84ef129 write more tidal comparison 2023-01-06 21:56:17 +01:00
Felix Roos
8781fa2e33 add filter synonyms 2023-01-06 21:37:31 +01:00
Felix Roos
605a1365d3 update snapshots 2023-01-06 21:15:32 +01:00
Felix Roos
ebb1bbc966 improve effects doc 2023-01-06 21:14:19 +01:00
Felix Roos
d4518f7a6e began tidal comparison page 2023-01-06 12:50:35 +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
Felix Roos
cafde1e910 Merge branch 'main' into docs 2023-01-06 11:49:49 +01:00
Felix Roos
4fa668927f
Merge pull request #345 from tidalcycles/fix-prebake-base-path
Fix prebake base path
2023-01-04 20:29:35 +01:00
Felix Roos
24d2b5b4bd
Merge pull request #347 from tidalcycles/fix-midi
fixes #346
2023-01-04 19:55:48 +01:00
Felix Roos
4da2e003e1 fixes #346 2023-01-04 19:52:51 +01:00
Felix Roos
205debde9c more links to fix 2023-01-03 23:40:40 +01:00
Felix Roos
ba6c7b0901 fix examples route 2023-01-03 23:32:37 +01:00
Felix Roos
8e5d02fd25 do not include url in base pth 2023-01-03 23:32:28 +01:00
Felix Roos
11d3251c67 add base path + use relative links 2023-01-03 23:02:41 +01:00
Felix Roos
027c669ad7 make prebake relative to BASE_URL 2023-01-03 22:17:44 +01: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
1a6b649fd6
Merge pull request #340 from tidalcycles/animate
more animate functions + mini repl fix
2023-01-02 00:30:16 +01:00
Felix Roos
548619775e rename .. 2023-01-02 00:28:38 +01:00
Felix Roos
4b79a75f39 fix: mini repls were broken 2023-01-02 00:24:33 +01:00
Felix Roos
28912fff97 animate: rescale + move + zoom 2023-01-01 18:47:45 +01:00
Alex McLean
7a96436085
move /my-patterns to /swatch (#338) 2023-01-01 11:34:11 +00:00
Felix Roos
670af8fb1b
Merge pull request #337 from tidalcycles/animate
animation options
2023-01-01 12:22:55 +01:00
Felix Roos
0abd062e5c fix: smear 0 special case 2023-01-01 12:18:46 +01:00
Felix Roos
1286468d5a animation options
+ do not sync by default
2023-01-01 12:11:39 +01:00
Alex McLean
9170269e06
Update README.md 2023-01-01 00:34:53 +00:00
Alex McLean
8bb460701f
Tidy parser, implement polymeters (#336)
* rename parser stuff to be more explicit and fit with tidal concepts. qualify all strudel function calls
* Add {,}%n polymeter support, with a few tests
2022-12-31 21:42:49 +00:00
Felix Roos
c0a7173ca4
Merge pull request #335 from tidalcycles/animate
animate mvp
2022-12-31 16:51:53 +01:00
Felix Roos
949e15d8c6 controllable smear + sync flag 2022-12-31 16:41:13 +01:00
Felix Roos
0caedeb481 animate mvp 2022-12-31 16:23:45 +01:00
Felix Roos
83ca8d95be
Merge pull request #334 from tidalcycles/docs
testing + docs docs
2022-12-30 20:16:09 +01:00
Felix Roos
8483868783 docs: testing + docs 2022-12-30 19:54:02 +01:00
Felix Roos
6961388545 Merge branch 'main' into docs 2022-12-30 17:43:54 +01:00
Felix Roos
8ef1ae5202
Merge pull request #333 from tidalcycles/embed-route
Embed mode improvements
2022-12-29 21:11:15 +01: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
cf21c4085b simplify embedded mode 2022-12-29 21:01:28 +01:00
Felix Roos
204f655d6d
Merge pull request #332 from tidalcycles/fix-mini-multiply-floats
fix: can now multiply floats in mini notation
2022-12-29 14:06:19 +01:00
Felix Roos
fb14865785 fix: can now multiply floats in mini notation
- fixes #314
2022-12-29 14:02:50 +01:00
Felix Roos
5cd052cc59
Merge pull request #331 from tidalcycles/my-patterns
improve displaying 's' in pianoroll
2022-12-29 13:50:07 +01:00
Felix Roos
af49c4117c add color to some tunes 2022-12-29 13:25:20 +01:00
Felix Roos
dd736130a0 improve pianoroll value mapping 2022-12-29 13:03:28 +01:00
Felix Roos
cee8bda676
Merge pull request #330 from tidalcycles/my-patterns
my-patterns: fix paths + update readme
2022-12-28 17:35:35 +01:00
Felix Roos
6420a72ceb fix paths + update readme 2022-12-28 17:33:14 +01:00
Felix Roos
380e7c7899
Merge pull request #329 from tidalcycles/my-patterns
my-patterns build + deploy
2022-12-28 17:11:40 +01:00
Felix Roos
16b4058a8b fix build + simplify logic + add deploy note 2022-12-28 17:09:18 +01:00
Felix Roos
e3fba0257f
Merge pull request #328 from tidalcycles/my-patterns
add my-patterns
2022-12-28 15:43:31 +01:00
Felix Roos
cb8b65f6f3 add my-patterns 2022-12-28 15:39:42 +01:00