77 Commits

Author SHA1 Message Date
Felix Roos
dfd33bab8e dedupe accumulation modifiers 2022-09-17 23:16:13 +02:00
Felix Roos
19b8f073b1 dedupe most of core api doc 2022-09-17 22:46:30 +02:00
Felix Roos
b38b16f70e doc: early, late, each, every, rev + doc structure 2022-09-17 21:45:39 +02:00
Felix Roos
decd2d6625 fixes #130 + #156 2022-08-05 16:10:37 +02:00
Felix Roos
a42ebd7aaf log helpers 2022-07-28 23:46:30 +02:00
Lars Kobbe
82728be44b remove edit and pipe function (duplicate of layer and apply) 2022-07-25 22:20:06 +02:00
Felix Roos
196d9db3fa log core version + add warning to isPattern 2022-06-27 22:40:50 +02:00
alex
363895761e Merge branch 'main' of github.com:tidalcycles/strudel 2022-06-18 13:19:38 +01:00
alex
c191accc64 add top-level chop 2022-06-18 13:19:14 +01:00
Felix Roos
3e1e92a6f1 add onTrigger helper 2022-06-16 21:01:35 +02:00
Felix Roos
4acdabe439 can now generate mdx from nunjucks 2022-05-24 00:03:59 +02:00
Felix Roos
f2a70396d1 add autogenerated api doc to bottom of tutorial 2022-05-20 21:56:55 +02:00
Felix Roos
b50daed0d0 Merge remote-tracking branch 'origin/main' into in-source-doc 2022-05-20 21:46:14 +02:00
Felix Roos
999251e137 Merge remote-tracking branch 'origin/main' into repl-package 2022-05-15 22:55:31 +02:00
Felix Roos
55d5cc9308 fix asNumber 2022-05-15 22:55:12 +02:00
alex
ee5bc0f3a6 loopAt 2022-05-15 18:38:26 +01:00
alex
aca3bea56b Implement inside/outside 2022-05-09 18:43:02 +01:00
alex
a8d676641b brak() fix 2022-05-09 17:24:49 +02:00
alex
4fd843f8cf Implement brak() 2022-05-09 16:56:08 +02:00
alex
d5a1832f31 document some mathematical pattern methods 2022-05-06 15:42:48 +02:00
alex
5419b0896c more docs 2022-05-05 18:45:31 +02:00
alex
f8f744dd87 standardise on hap rather than event, especially in function names 2022-05-05 17:20:36 +01:00
Felix Roos
2739c89475 Merge remote-tracking branch 'origin/main' into in-source-doc 2022-05-03 08:10:19 +02:00
alex
6273b34254 Support string concatenation for add() and variants 2022-05-02 09:40:06 +01:00
alex
4779dd13c0 _asNumber: support old 'silent' parameter, renamed
as 'dropfails'
2022-05-02 09:22:00 +01:00
alex
469db7d5bd Add ption for asNumber to return original event
on fail.
Make numerical composers use asNumber.
2022-05-01 23:17:21 +01:00
alex
f81190bf35 try adding some pattern docs 2022-05-01 20:46:30 +01:00
alex
065f4191f0 Rename TrigZero -> Trigzero, + more composer tests 2022-05-01 17:34:47 +01:00
Felix Roos
2348d056cb test jsdoc 2022-05-01 15:40:54 +02:00
alex
3fe705427f binary composer fixes 2022-04-30 19:21:37 +01:00
alex
e40bdad6c3 Add binary composers 2022-04-30 19:12:24 +01:00
alex
026ae3c8e1 reset -> trig, restart -> trigZero, then alias reset -> keepTrig, restart -> keepTrigZero 2022-04-30 09:23:42 +01:00
alex
f7dedd6244 Try without the special case for reset/restart 2022-04-29 17:08:00 +01:00
alex
7af3c33814 Tidy and add 'keepif' 2022-04-29 17:03:38 +01:00
alex
8cd3be6f67 Merge branch 'main' into reset 2022-04-29 16:50:50 +01:00
alex
86e8ed2ac0 Trying a different naming scheme for composers 2022-04-29 16:46:17 +01:00
alex
ee514ee8ba redo headers 2022-04-28 14:38:41 +01:00
Felix Roos
23836e2345 fix reset / restart default method 2022-04-24 21:00:11 +02:00
alex
1a5c95d084 Merge branch 'more-functions' of github.com:tidalcycles/strudel into more-functions 2022-04-24 17:51:41 +01:00
alex
6a6464b0f7 Remove append, fixes #89 2022-04-24 17:51:31 +01:00
alex
60027e664f Try 'keep' instead of 'const' 2022-04-24 14:38:33 +01:00
alex
27ff329981 Prettify 2022-04-24 11:30:13 +01:00
alex
df5ffb4736 Tidy up composers, supporting function patterns 2022-04-24 11:27:52 +01:00
alex
5c3f095ef2 Experimental rejig of the pattern composers.
Now `restart` is `setRestart`, use `constRestart` for the old behavior.
Same for `reset`.
2022-04-24 01:02:32 +01:00
Felix Roos
9e2e5ce581 log + drawLine 2022-04-23 23:28:43 +02:00
Felix Roos
dd2552eda8 add seq to factories for highlighting 2022-04-23 20:27:16 +02:00
alex
ff418c9f0c seq -> sequence shorthand ref #87 2022-04-23 11:10:05 +01:00
alex
4c43d3d850 Make sequence a fastcat alias and change cat to be a slowcat ref #87 2022-04-23 11:01:12 +01:00
alex
a4cacc079e Support subpattern sequences in stack like slowcat in ref #87 2022-04-23 09:47:12 +01:00
alex
9df20fcbc5 support catting subpatterns, fixes #87 2022-04-23 09:38:05 +01:00