This commit is contained in:
Jade (Rose) Rowland 2025-06-02 13:02:41 +01:00
parent f363bd6bcc
commit cde943d737
2 changed files with 69 additions and 2 deletions

View file

@ -534,7 +534,7 @@ export const perlin = perlinWith(time.fmap((v) => Number(v)));
* @name berlin
* @example
* // ascending arpeggios
* $: n("0!16".add(berlin.fast(4).mul(14))).scale("d:minor")._pianoroll()
* n("0!16".add(berlin.fast(4).mul(14))).scale("d:minor")
*
*/
export const berlin = berlinWith(time.fmap((v) => Number(v)));