135 Commits

Author SHA1 Message Date
Felix Roos
a40219ba06
Merge pull request #1039 from tidalcycles/filter
add filter + filterWhen + within
2024-09-14 10:50:23 +02:00
Alex McLean
bdddb91510
add seqPLoop, ref #31 (#1182) 2024-09-07 22:41:29 +01:00
Jade (Rose) Rowland
202685e8c4 update test snapshot 2024-09-04 23:50:48 -04:00
Alex McLean
812ed6b60d snapshot 2024-08-23 16:12:28 +01:00
Alex McLean
8b6c8eb35d
Add scramble and shuffle (#1167)
* add scramble and shuffle functions from Tidal
2024-08-23 16:05:10 +01:00
Jade (Rose) Rowland
1b01f41ffd fix test 2024-08-08 23:10:39 -04:00
Jade (Rose) Rowland
248f67d1ab prettier 2024-06-12 10:28:12 -04:00
Felix Roos
357fbf8c82 snapshot 2024-06-02 23:14:32 +02:00
Felix Roos
25981092b1 snapshot 2024-06-02 14:11:52 +02:00
Felix Roos
6adf1ff977 snapshot 2024-06-02 14:03:30 +02:00
Felix Roos
a17351e11e snapshots 2024-05-31 11:18:32 +02:00
Felix Roos
2cda78d2db
Merge pull request #1107 from daslyfe/fanchor
change fanchor to 0
2024-05-31 10:25:24 +02:00
Enelg52
0efac42d92 Add mousex and mousey the Docs 2024-05-29 10:42:31 +02:00
Enelg52
be6634f919 Should fix the tests 2024-05-29 10:26:29 +02:00
Felix Roos
d9214b91b6 Merge branch 'main' into fanchor 2024-05-28 22:48:58 +02:00
Enelg52
8f1496cebe added condition to pass the tests 2024-05-26 11:18:43 +02:00
Jade (Rose) Rowland
eed4a83b71 add defaults and fanchor docs 2024-05-19 21:13:46 -04:00
Jade (Rose) Rowland
17e2ee4a3b fix test 2024-05-19 13:32:08 -04:00
Jade (Rose) Rowland
bce24980cb fix tests 2024-05-18 11:12:41 -04:00
Alex McLean
0a3694fb82
Stepwise functions from Tidal (#1060)
* rename new stepwise functions to match tidal, adding s_expand and s_contract
* created a `stepJoin` for stepwise patternification
2024-04-21 21:17:07 +01:00
Alexandre G.-Raymond
a194180130
Fix wchooseCycles not picking the whole pattern (#1061) 2024-04-21 10:03:55 +01:00
Felix Roos
cdba9efb59 add filter + filterWhen + within 2024-04-01 03:17:15 +02:00
Felix Roos
16851cf8f8 snap 2024-04-01 03:01:04 +02:00
Alex McLean
9c66d9f1a7
Tactus tidy (#1027)
* preserve tactus across calls to filterValues (fixes tactus for struct)
* timeCat -> timecat (maintaining old name as an alias), beatCat -> stepcat
2024-03-29 13:55:05 +00:00
Alex McLean
2fd2bdba60
Feature: tactus marking (#1021)
* rename `beat` option to `stackBy` to `repeat`
* fix parse error reporting
* rename `weight` to `tactus` (it might in the end be pulse, step, or tap)
* tactus marking with ^
* and add some tests
2024-03-27 12:06:05 +00:00
Alexandre Gravel-Raymond
8b96e3a6d1 Fix snapshot undegrade function name 2024-03-24 14:17:48 +01:00
Alexandre Gravel-Raymond
af35a1af09 Add examples test snapshots 2024-03-24 12:40:53 +01:00
Felix Roos
13d56b6b28 snapshots 2024-03-23 00:28:38 +01:00
Felix Roos
ea58238453 Merge branch 'main' into oscillator_enhancements 2024-03-19 08:48:09 +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
Jade (Rose) Rowland
7f9cc7cd2d merging main 2024-03-14 22:19:45 -04:00
Jade (Rose) Rowland
1f39e1c04d fix tests 2024-03-14 20:41:47 -04:00
Felix Roos
c5a4184437 Merge branch 'main' into default-dict 2024-03-10 00:54:13 +01:00
Felix Roos
ae7807643b Merge remote-tracking branch 'origin/main' into velocity-in-value 2024-03-10 00:44:02 +01:00
Jade (Rose) Rowland
8db8307c9e fix test 2024-03-05 00:48:47 -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
e9e5fac610 fix tunes + tests 2024-03-01 18:29:24 +01:00
Jade (Rose) Rowland
c9b18f6fa4 fix test 2024-02-29 18:15:30 -05:00
Felix Roos
8f39a5eeac snapshot 2024-02-29 05:02:22 +01:00
Felix Roos
7556da7839 snapshot 2024-02-29 04:06:15 +01:00
Jade (Rose) Rowland
fba2422a64 update test 2024-02-28 17:32:30 -05:00
Felix Roos
f779e81993 remove old snapshots 2024-02-28 18:52:08 +01:00
Alex McLean
6422047cff
make 0.5hz cps the default (#931)
* 0.5 default cps

* 1 -> 0.5 cps defaults

* start moving examples to 2Hz

* more 2Hz doc edits

* small tweaks

* format

* adapt cycles page

* adapt pitch page

* tonal page

* accumulation

* synth page

* adapt conditional-modifiers

* audio effects page

* adapt signals doc

* fix: errors for signals

* adapt signals page

* start time modifiers

* adapt time modifiers

* adapt factories

* hydra + pattern intro

* adapt mini notation page

* start recipes

* adapt recipes page

* use code_v1 table

* delete old dbdump + add new csv based tool

* fix: tests

* fix: cpm

* shuffle featured patterns

* fix: snapshot

---------

Co-authored-by: Felix Roos <flix91@gmail.com>
2024-01-22 19:02:34 +00:00
Renzo Torr-
2f8111be0e update the .snap file 2024-01-19 14:47:03 -03:00
Alex McLean
98b7859605
pick, pickmod, inhabit, inhabitmod (#921)
* the args for `pick` are now reversed as standard (old behaviour still supported to avoid breaking change)
* `pick` is also now a pattern method
* `pick` now also accepts a lookup table for pick-by-name as an alternative to pick-by-index from a list
* `inhabit` added with same behaviour as `pick`, except cycles from source patterns are squeezed into events of inhabited patterns
* Also some general doc tidying, sorry for the noise..
* There is also `pickmod` and `inhabitmod`, for wrapping indexes around rather than clamping them
2024-01-18 17:08:29 +00:00
Alex McLean
a8db707440
Revert "pick now accepts lookup tables, with alternate cycle squeezing behaviour as new inhabit function" (#920) 2024-01-18 17:04:26 +00:00
Alex McLean
873a412179
pick now accepts lookup tables, with alternate cycle squeezing behaviour as new inhabit function (#918)
- the args for `pick` are now reversed (breaking change!)
- `pick` is also now a method on the inhabited pattern
- `pick` now also accepts a lookup table
- `inhabit` added with same behaviour as `pick`, except cycles from source patterns are squeezed into events of inhabited patterns
- Also some general doc tidying, sorry for the noise..
- There is now also `pickmod` and `inhabitmod`, for wrapping indexes around rather than clamping them
2024-01-18 16:45:39 +00:00
Felix Roos
4107711dae snapshot 2024-01-18 06:48:21 +01:00
Felix Roos
9b32900b96 revert changing default voicing dict for now... 2023-12-31 16:27:35 +01:00
Felix Roos
b14e5577b4 breaking: use ireal as default voicing dictionary
+ this has the big benefit that all chord symbols work by default without the need to specify a dict
2023-12-31 12:19:05 +01:00