1735 Commits

Author SHA1 Message Date
urswilke
8f09e7f097
add https to url 2023-01-09 23:44:49 +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
Felix Roos
b695e090cd docs: control params 2023-01-09 23:27:30 +01:00
Felix Roos
69ecb7b54f support logs in mini repl
+ pass hap to logger
+ add editPattern hook to repl + useStrudel
+ do not throw when webaudio gets plain values
2023-01-09 23:26:20 +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
10ee11c886 docs: improve time modifiers page
+ polymeter + euclidRot
+ rename Factories to Pattern Constructors
2023-01-09 20:39:00 +01:00
Alex McLean
45842b1f05
Fix .out(), renaming webaudio's out() to webaudio() (#361)
* breaking test for out()

* rename webaudio's out() to webaudio(), fixes #359
2023-01-08 23:40:15 +00:00
Felix Roos
9ca5f9ad48 some corrections
+ n should not be recommended for notes as it does not work for samples
2023-01-09 00:19:29 +01:00
Felix Roos
bb00036a30 further sidebar reorganizing 2023-01-09 00:17:57 +01:00
Felix Roos
4a2a540500
Update README.md 2023-01-08 23:55:07 +01:00
Felix Roos
09217216dc format 2023-01-08 23:48:32 +01:00
Felix Roos
22a64c4931 update snapshots 2023-01-08 23:46:39 +01:00
Felix Roos
93f520b941 Merge remote-tracking branch 'origin/main' into docs 2023-01-08 23:44:27 +01:00
Felix Roos
70695daae8 remove quotes around inline code snippets 2023-01-07 22:12:53 +01:00
Felix Roos
62fdba0600 pull apart functional docs 2023-01-07 22:12:35 +01:00
Felix Roos
5733e00908 add hideDescription flag to JsDoc 2023-01-07 22:11:47 +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