mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
fix: snapshot
This commit is contained in:
@@ -2556,24 +2556,7 @@ exports[`runs examples > example "ply" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "polymeterSteps" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/2 | note:c ]",
|
||||
"[ 1/2 → 1/1 | note:d ]",
|
||||
"[ 1/1 → 3/2 | note:e ]",
|
||||
"[ 3/2 → 2/1 | note:f ]",
|
||||
"[ 2/1 → 5/2 | note:g ]",
|
||||
"[ 5/2 → 3/1 | note:f ]",
|
||||
"[ 3/1 → 7/2 | note:e ]",
|
||||
"[ 7/2 → 4/1 | note:d ]",
|
||||
"[ 0/1 → 1/1 | s:bd ]",
|
||||
"[ 1/1 → 2/1 | s:bd ]",
|
||||
"[ 2/1 → 3/1 | s:bd ]",
|
||||
"[ 3/1 → 4/1 | s:bd ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "polymeters" example index 0 1`] = `
|
||||
exports[`runs examples > example "polymeter" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/3 | note:c ]",
|
||||
"[ 1/3 → 2/3 | note:eb ]",
|
||||
@@ -2602,6 +2585,23 @@ exports[`runs examples > example "polymeters" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "polymeterSteps" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/2 | note:c ]",
|
||||
"[ 1/2 → 1/1 | note:d ]",
|
||||
"[ 1/1 → 3/2 | note:e ]",
|
||||
"[ 3/2 → 2/1 | note:f ]",
|
||||
"[ 2/1 → 5/2 | note:g ]",
|
||||
"[ 5/2 → 3/1 | note:f ]",
|
||||
"[ 3/1 → 7/2 | note:e ]",
|
||||
"[ 7/2 → 4/1 | note:d ]",
|
||||
"[ 0/1 → 1/1 | s:bd ]",
|
||||
"[ 1/1 → 2/1 | s:bd ]",
|
||||
"[ 2/1 → 3/1 | s:bd ]",
|
||||
"[ 3/1 → 4/1 | s:bd ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "pure" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | e4 ]",
|
||||
|
||||
Reference in New Issue
Block a user