dvc

Results 21 issues of dvc

- Positive offsets at first, them also negative - Design API: static data and also a function

It would be cool to have a way to override the global `cp` provided to the `~convCanon` function and have custom `cp`s for each voice. How would the API look...

enhancement
Ready to work

Now (as of commit 02dbd94) that canons can have instrument and player keys, there should be a proper way to handle the merger of canons.

Currently something like this can not be adequately written: ![screen shot 2018-08-12 at 13 32 25](https://user-images.githubusercontent.com/14334071/44005360-a49a552e-9e37-11e8-9931-ec77ed1f16d9.png) Notice, for example, the notes with legato. How can this be implemented, for example,...

enhancement
help wanted
question

If doing something like this: ```supercollider ( var melody = ~presets.pyramidalMelody; var canon = ~convCanon.(melody).canon .collect(~instrument.([\pianola])) Pdef(\canon, Ppar(canon, inf)) ) Pdef(\a).play ``` It could be nice to have a standard...

help wanted
question

As it will not properly work with floats. ```clj (set-scales! {"hex1" {:ratios [1 15/14 5/4 10/7 3/2 12/7] :period 2} "hex2" {:ratios [1 9/7 5/3 15/7] :period 3}}) (p 1...

Things that are missing: - [ ] Choose `"[a | b]"` - [ ] Variables `"^myVar"` - [ ] Range `"x..n"`

Some of this patterns are already implemented, but all of them should be exposed by the api at `piratidal.core` - [ ] [range](https://tidalcycles.org/docs/reference/alteration/#range) - [ ] [rangex](https://tidalcycles.org/docs/reference/alteration/#rangex) - [ ]...

enhancement
good first issue

Some of this patterns are already implemented, but all of them should be exposed by the api at `piratidal.core` - [ ] [overlay](https://tidalcycles.org/docs/reference/accumulation#overlay) - [ ] [](https://tidalcycles.org/docs/reference/accumulation#) - [ ]...

enhancement
good first issue