797 Commits

Author SHA1 Message Date
Felix Roos
ea58238453 Merge branch 'main' into oscillator_enhancements 2024-03-19 08:48:09 +01:00
Alex McLean
29cb6195b3
Fix pure mini highlight (#994)
* preserve locations for pure values via mininotation

* preserve weight
2024-03-18 10:37:55 +00:00
Felix Roos
0978fbb15e Merge branch 'labeled-statements' into claviature 2024-03-17 03:19:40 +01:00
Alex McLean
398533877c
Beat-oriented functionality (#976)
* annotate pure values with their value, allowing single mininotation values to maintain their labels as pure
* Don't use any 'patternified' arguments if they're all 'pure'
* allow pattern weights (roughly, beats-per-cycle) to be inferred where possible, including from mininotation and across many transformations (e.g. `fast` with a 'pure' factor)
* Add `beatCat`, similar to `timeCat` but funkier
* `silence` has a weight of 1, add alternative `nothing` with a weight of 0, and `gap` function with weight argument
* preserve weight across applicative operations (weight comes with the structure)
* add `stack` alternatives that take advantage of pattern weights to align patterns differently - `stackLeft`, `stackRight`, `stackCentre`, `stackExpand`, with `stackBy` with an argument for patterning the alignment.
2024-03-16 17:24:37 +00:00
Felix Roos
a8712fd8ce remove this mess 2024-03-15 09:48:04 +01:00
Jade (Rose) Rowland
7f9cc7cd2d merging main 2024-03-14 22:19:45 -04:00
Jade (Rose) Rowland
d102e1dbbc
Merge pull request #900 from daslyfe/repl_sync
REPL sync between windows
2024-03-14 20:47:35 -04:00
Jade (Rose) Rowland
fd946107df use lerp 2024-03-14 20:35:56 -04:00
Felix Roos
1e75f045b7 remove other watch tasks for now 2024-03-14 15:31:50 +01:00
Felix Roos
062e45ee6a Merge remote-tracking branch 'origin/main' into claviature 2024-03-14 14:20:45 +01:00
Jade (Rose) Rowland
112ca1875a stop clock if all stopped 2024-03-10 14:35:43 -04:00
Felix Roos
c5a4184437 Merge branch 'main' into default-dict 2024-03-10 00:54:13 +01:00
Felix Roos
446cf8c694
Merge pull request #980 from eefano/little-bag-fix
little fix for withVal
2024-03-10 00:50:23 +01:00
Felix Roos
ae7807643b Merge remote-tracking branch 'origin/main' into velocity-in-value 2024-03-10 00:44:02 +01:00
Felix Roos
e885e05a7a
Merge pull request #971 from tidalcycles/draw-package
move canvas related helpers from core to new draw package
2024-03-10 00:38:43 +01:00
Jade (Rose) Rowland
30a5176090 fix android support 2024-03-07 23:04:46 -05:00
Felix Roos
9b3509c062 global watch task 2024-03-08 00:55:19 +01:00
Felix Roos
8dba865ca7 add note to future 2024-03-07 12:35:39 +01:00
Felix Roos
2fcbffeaf9 add sync flag for neocyclist 2024-03-07 12:14:17 +01:00
Felix Roos
619ffdd5e1 rename zyklus 2024-03-07 12:01:08 +01:00
Felix Roos
1af2da0063 remove changes to prevent conflicts with draw branch 2024-03-07 12:00:27 +01:00
eefano
9f56a335b7 little fix for withVal 2024-03-05 21:41:11 +01:00
Jade (Rose) Rowland
641d9f5ebd
Merge branch 'main' into oscillator_enhancements 2024-03-05 00:45:56 -05:00
Jade (Rose) Rowland
1e3a23e017 100 2024-03-04 20:37:48 -05:00
Jade (Rose) Rowland
524109056f
Merge pull request #963 from daslyfe/worklet_improvements
Worklet Improvents / fixes
2024-03-04 10:04:23 -05:00
Felix Roos
1d92ee76b9 make velocity a regular value prop 2024-03-01 18:00:34 +01:00
Felix Roos
bf343eb499 simplify _composeOp 2024-03-01 00:32:45 +01:00
Felix Roos
4f55144232 nested controls poc 2024-03-01 00:31:33 +01:00
Jade (Rose) Rowland
416a03aea1 updated params 2024-02-29 18:09:26 -05:00
Felix Roos
6ce8a3feba move draw logic to separate package 2024-02-29 22:14:53 +01:00
Felix Roos
fa7c16dbe7
Merge pull request #959 from tidalcycles/euclid-inverted
feat: can now invert euclid pulses with negative numbers
2024-02-29 15:33:12 +01:00
Felix Roos
6a43eb6755
Merge pull request #950 from eefano/pickr-pickrmod
pickOut(), pickRestart(), pickReset()
2024-02-29 15:31:23 +01:00
Felix Roos
c524ebc7f3 fix: add name tags 2024-02-29 15:25:31 +01:00
Felix Roos
0deb905cdf rename pick*Outer > pickOut
+ add pick*Squeeze alias to inhabit*
2024-02-29 15:21:44 +01:00
Felix Roos
4cadbcbbdf
Merge pull request #965 from tidalcycles/legato-fix
remove legacy legato + duration implementations
2024-02-29 15:12:45 +01:00
Felix Roos
305715277c repl reset default dict
+ add mechanism to get a module by name from dynamic imports
2024-02-29 04:54:03 +01:00
Felix Roos
fcb247b62a add debounce to logger 2024-02-29 04:25:00 +01:00
Felix Roos
eb93a6c149 refactor: duration is now a regular control 2024-02-29 04:05:05 +01:00
Jade (Rose) Rowland
da674d3e05 updated controls 2024-02-28 17:26:59 -05:00
Felix Roos
5c71bb95a0 remove legacy legato
+ make legato a synonym of clip
2024-02-28 18:51:07 +01:00
Felix Roos
664a19a5c4 refactor: remove now redundant controls imports 2024-02-28 00:36:44 +01:00
Felix Roos
8efadd2547 refactor: controls are now exported directly 2024-02-28 00:34:39 +01:00
eefano
74ef157fa1 Merge remote-tracking branch 'upstream/main' into pickr-pickrmod 2024-02-25 14:52:12 +01:00
Felix Roos
d4724b0e12 feat: can now invert euclid pulses with negative numbers 2024-02-25 14:43:02 +01:00
eefano
dbfdbcf2b7 typo 2024-02-25 14:39:38 +01:00
eefano
0986b14508 added pickOuter, pickmodOuter 2024-02-25 14:31:07 +01:00
Jade (Rose) Rowland
e54b2fb207 lower weighted average 2024-02-23 20:13:08 -05:00
Jade (Rose) Rowland
d544bf4665 seperated service worker zyklus and cyclist zyklus because of import constraints on service workers 2024-02-22 00:16:36 -05:00
Jade (Rose) Rowland
e5570a6017 restore old cyclist 2024-02-21 23:42:19 -05:00
Felix Roos
bf63b716af refactor: remove await before samples calls in docs etc..
+ remove /master from dirt-samples calls (there is now a main branch)
+ remove /main endings from some places
2024-02-21 10:17:45 +01:00