There is `cpm` in core but it assumes a scheduler running at 1 cps. It would be great if `cps` could be patternable, e.g. ``` cps(saw.range(0.9,1.8).slow(16)) ``` or ``` sound("bd [bd bd]").cps(1,1.5) ```
There is
cpmin core but it assumes a scheduler running at 1 cps.It would be great if
cpscould be patternable, e.g.or