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
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
486e6457a9
Merge pull request #984 from andresgottlieb/patch-1
...
Update synths.mdx
2024-03-13 19:20:07 -04:00
Felix Roos
7efea5726b
Merge pull request #985 from tidalcycles/share-fix
...
fix: share now shares what's visible instead of active
2024-03-13 00:36:22 +01:00
Felix Roos
7eb2f7659e
fix: share now shares what's visible instead of active
2024-03-12 08:38:11 +01:00
Jade (Rose) Rowland
112ca1875a
stop clock if all stopped
2024-03-10 14:35:43 -04:00
Andrés Gottlieb
bc641d8e4c
Update synths.mdx
...
Typo fix
2024-03-10 12:49:12 +01:00
Felix Roos
d0c68e91dc
hotfix: hydra-canvas might already be removed
2024-03-10 02:09:46 +01:00
Felix Roos
c373a0473b
Merge pull request #967 from tidalcycles/default-dict
...
use ireal as default voicing dict
2024-03-10 01:18:57 +01:00
Felix Roos
708fea637c
fix update migration snippet
2024-03-10 01:10:37 +01: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
3df776d062
Merge pull request #974 from tidalcycles/velocity-in-value
...
Velocity in value
2024-03-10 00:46:51 +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
5ebaa3e1ce
Merge pull request #983 from tidalcycles/clear-hydra
...
fix: clear hydra on reset
2024-03-10 00:42:50 +01:00
Felix Roos
4a25eab01a
Merge remote-tracking branch 'origin/main' into clear-hydra
2024-03-10 00:40:29 +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
Felix Roos
012b19c79e
fix: clear hydra on reset
2024-03-10 00:29:52 +01:00
Jade (Rose) Rowland
0875e805b4
Merge pull request #982 from daslyfe/fix_distort_doc
...
replace shape with distort in learn doc
2024-03-07 23:38:07 -05:00
Jade (Rose) Rowland
f1700d5e47
fixed
2024-03-07 23:35:04 -05:00
Jade (Rose) Rowland
30a5176090
fix android support
2024-03-07 23:04:46 -05:00
Felix Roos
0f07bfc9d7
rename: canvas -> draw
2024-03-07 13:24:52 +01:00
Felix Roos
75098adbdb
allow offsetting onFrame
2024-03-07 13:17:40 +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
Alex McLean
8e41332dfa
alias - for ~ ( #981 )
2024-03-06 11:14:48 +00:00
eefano
9f56a335b7
little fix for withVal
2024-03-05 21:41:11 +01: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
d5ed065011
fix: hydra canvas adjust to screen size
...
+ simplify hydra init (use getDrawContext)
+ make getDrawContext more versatile
2024-03-03 22:50:51 +01:00
Jade (Rose) Rowland
4af7262f45
fixed performance issue
2024-03-02 01:16:41 -05:00
Jade (Rose) Rowland
daa62202fa
default values needed in superdough for worklet input
2024-03-01 13:12:52 -05:00
Felix Roos
e9e5fac610
fix tunes + tests
2024-03-01 18:29:24 +01:00
Felix Roos
5017ac6f74
delete file from wrong branch
2024-03-01 18:01:51 +01:00
Felix Roos
1d92ee76b9
make velocity a regular value prop
2024-03-01 18:00:34 +01:00
Felix Roos
7d01764a30
Merge pull request #973 from tidalcycles/nested-controls
...
Nested controls
2024-03-01 17:30:19 +01:00
Felix Roos
62d8955da9
onFrame function
2024-03-01 16:46:34 +01:00
Felix Roos
4f94de86db
fix: migrate more imports
2024-03-01 13:09:14 +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
c9b18f6fa4
fix test
2024-02-29 18:15:30 -05: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
94dd547a74
canvas package boilerplate
2024-02-29 21:56:31 +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