refactor uses of voicings
+ fix usages of scaleTranspose
This commit is contained in:
parent
bc43fc9585
commit
b81a66f07e
7 changed files with 32 additions and 14 deletions
|
|
@ -2352,6 +2352,15 @@ exports[`runs examples > example "room" example index 0 1`] = `
|
|||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "rootNotes" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:C2 ]",
|
||||
"[ 1/1 → 2/1 | note:A2 ]",
|
||||
"[ 2/1 → 3/1 | note:D2 ]",
|
||||
"[ 3/1 → 4/1 | note:G2 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "round" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/3 | note:D3 ]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue