Felix Roos
|
dc66dab237
|
future outlook + links
|
2022-04-24 21:36:03 +02:00 |
|
Felix Roos
|
a32d77b24d
|
Merge commit '47717e872b87f497990d7c1d6c3d54bfb96f2003' into paper
|
2022-04-24 21:00:54 +02: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
|
a194b908e7
|
Export unionWithObj
|
2022-04-24 11:26:33 +01:00 |
|
alex
|
79f5faa544
|
Merge branch 'reset' of github.com:tidalcycles/strudel into reset
|
2022-04-24 01:04:14 +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
|
283e5fde69
|
fix drawLine polyrhythm
|
2022-04-24 01:40:26 +02:00 |
|
Felix Roos
|
f96ca562a2
|
fix restart overlap
|
2022-04-24 01:27:44 +02:00 |
|
Felix Roos
|
58a936cf33
|
test silence
|
2022-04-24 00:59:38 +02:00 |
|
Felix Roos
|
a0d6fc47e0
|
improve drawLine
|
2022-04-24 00:56:16 +02:00 |
|
Felix Roos
|
dd03ad6c14
|
support stack in drawLine
|
2022-04-24 00:34:04 +02:00 |
|
Felix Roos
|
2bbd306b94
|
drawLine test
|
2022-04-23 23:47:52 +02:00 |
|
Felix Roos
|
766cccf335
|
refactor event.duration references
|
2022-04-23 23:36:26 +02:00 |
|
Felix Roos
|
9e2e5ce581
|
log + drawLine
|
2022-04-23 23:28:43 +02:00 |
|
Felix Roos
|
e747c0b060
|
remove featurelist as it's now kept up to date in #31
|
2022-04-23 21:08:58 +02:00 |
|
Felix Roos
|
67bef933be
|
migrate tutorial cat -> seq
|
2022-04-23 20:38:51 +02:00 |
|
Felix Roos
|
f1c0d8c8f8
|
refactor cat -> seq
|
2022-04-23 20:27:40 +02:00 |
|
Felix Roos
|
dd2552eda8
|
add seq to factories for highlighting
|
2022-04-23 20:27:16 +02:00 |
|
Felix Roos
|
ab9871640a
|
add todo
|
2022-04-23 17:38:29 +02:00 |
|
alex
|
615f71b099
|
Fix evaluate test with new cat behaviour ref #87
|
2022-04-23 11:11:45 +01: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 |
|
alex
|
f4dd549a41
|
Merge branch 'main' into more-functions
|
2022-04-23 09:21:47 +01:00 |
|
alex
|
cc445e89a3
|
cat/append/fastcat/slowcat as pattern methods
|
2022-04-23 09:21:40 +01:00 |
|
Felix Roos
|
08f8a7a17c
|
restart example
|
2022-04-22 23:47:05 +02:00 |
|
Felix Roos
|
ab14d70c6c
|
rename to restart
|
2022-04-22 23:01:37 +02:00 |
|
Felix Roos
|
ecfc6fd31e
|
simplify
|
2022-04-22 22:52:11 +02:00 |
|
Felix Roos
|
0fae8b2b10
|
first take at reset
|
2022-04-22 22:21:43 +02:00 |
|
Felix Roos
|
c38e4f7206
|
helper functions
|
2022-04-22 22:21:36 +02:00 |
|
alex
|
47717e872b
|
test for negative time, ref #85
|
2022-04-22 17:06:15 +01:00 |
|
alex
|
903c065e26
|
Use mathematical mod in slowcat, fixes #85
|
2022-04-22 17:02:21 +01:00 |
|
alex
|
3742bf384c
|
Remove recursion from mod
|
2022-04-22 17:01:28 +01:00 |
|
alex
|
1029f8674c
|
fix the fix for echo
|
2022-04-22 12:35:43 +01:00 |
|
alex
|
c801660b2a
|
use rational multiplication in echo
|
2022-04-22 12:30:16 +01:00 |
|
alex
|
48d4541ed7
|
build
|
2022-04-22 12:12:11 +01:00 |
|
Alex McLean
|
8007ea6a7e
|
Merge pull request #83 from tidalcycles/pattern-composers
Add pattern composers, implements #82
|
2022-04-22 12:08:11 +01:00 |
|
alex
|
8e441ecb19
|
fix striate: union -> set
|
2022-04-22 12:07:23 +01:00 |
|
alex
|
c305e82f5c
|
Merge branch 'main' into pattern-composers
|
2022-04-22 11:52:36 +01:00 |
|
alex
|
87cfa30508
|
Extra test for ply (and prettify)
|
2022-04-22 11:51:41 +01:00 |
|
alex
|
2c224d5092
|
Make comparisons rational in _compress
|
2022-04-22 11:46:34 +01:00 |
|
Felix Roos
|
72eeaf446e
|
fix: cycleArg imprecise fraction operation
|
2022-04-22 12:40:23 +02:00 |
|
Felix Roos
|
51a806b0ba
|
Merge branch 'main' of https://github.com/tidalcycles/strudel
|
2022-04-22 11:49:42 +02:00 |
|
Felix Roos
|
52840f9141
|
add tune + fix another
|
2022-04-22 11:48:57 +02:00 |
|