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:
Alex McLean 2023-01-09 22:23:27 +00:00 committed by GitHub
parent 45842b1f05
commit f57fe182ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 503 additions and 493 deletions

View file

@ -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 ]",
]
`;