Support for multiple mininotation operators WIP (#350)
* support for multiple operators * fix false test failures by sorting by part * snapshot
This commit is contained in:
parent
45842b1f05
commit
f57fe182ed
6 changed files with 503 additions and 493 deletions
|
|
@ -2265,20 +2265,20 @@ exports[`runs examples > example "orbit" example index 0 1`] = `
|
|||
exports[`runs examples > example "pan" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/4 | s:bd pan:0.5 ]",
|
||||
"[ 1/4 → 1/2 | s:hh pan:0.5 ]",
|
||||
"[ 1/2 → 3/4 | s:bd pan:0.5 ]",
|
||||
"[ 1/4 → 1/2 | s:hh pan:0.5 ]",
|
||||
"[ 3/4 → 1/1 | s:hh pan:0.5 ]",
|
||||
"[ 1/1 → 5/4 | s:bd pan:1 ]",
|
||||
"[ 5/4 → 3/2 | s:hh pan:1 ]",
|
||||
"[ 3/2 → 7/4 | s:bd pan:1 ]",
|
||||
"[ 5/4 → 3/2 | s:hh pan:1 ]",
|
||||
"[ 7/4 → 2/1 | s:hh pan:1 ]",
|
||||
"[ 2/1 → 9/4 | s:bd pan:0.5 ]",
|
||||
"[ 9/4 → 5/2 | s:hh pan:0.5 ]",
|
||||
"[ 5/2 → 11/4 | s:bd pan:0.5 ]",
|
||||
"[ 9/4 → 5/2 | s:hh pan:0.5 ]",
|
||||
"[ 11/4 → 3/1 | s:hh pan:0.5 ]",
|
||||
"[ 3/1 → 13/4 | s:bd pan:0 ]",
|
||||
"[ 13/4 → 7/2 | s:hh pan:0 ]",
|
||||
"[ 7/2 → 15/4 | s:bd pan:0 ]",
|
||||
"[ 13/4 → 7/2 | s:hh pan:0 ]",
|
||||
"[ 15/4 → 4/1 | s:hh pan:0 ]",
|
||||
]
|
||||
`;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue