refactor uses of voicings

+ fix usages of scaleTranspose
This commit is contained in:
Felix Roos 2022-12-10 21:47:58 +01:00
parent bc43fc9585
commit b81a66f07e
7 changed files with 32 additions and 14 deletions

View file

@ -1533,7 +1533,7 @@ export const { firstOf, every } = register(['firstOf', 'every'], function (n, fu
/**
* Like layer, but with a single function:
* @name _apply
* @name apply
* @memberof Pattern
* @example
* "<c3 eb3 g3>".scale('C minor').apply(scaleTranspose("0,2,4")).note()