Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
daslyfe committed Jan 8, 2025
1 parent f512714 commit 7410ac5
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions test/__snapshots__/examples.test.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,36 @@ exports[`runs examples > example "bank" example index 0 1`] = `
]
`;

exports[`runs examples > example "beat" example index 0 1`] = `
[
"[ 0/1 → 1/1 | s:bd duration:0.0625 ]",
"[ 7/16 → 1/1 | s:bd duration:0.0625 ]",
"[ 5/8 → 1/1 | s:bd duration:0.0625 ]",
"[ 1/1 → 2/1 | s:bd duration:0.0625 ]",
"[ 23/16 → 2/1 | s:bd duration:0.0625 ]",
"[ 13/8 → 2/1 | s:bd duration:0.0625 ]",
"[ 2/1 → 3/1 | s:bd duration:0.0625 ]",
"[ 39/16 → 3/1 | s:bd duration:0.0625 ]",
"[ 21/8 → 3/1 | s:bd duration:0.0625 ]",
"[ 3/1 → 4/1 | s:bd duration:0.0625 ]",
"[ 55/16 → 4/1 | s:bd duration:0.0625 ]",
"[ 29/8 → 4/1 | s:bd duration:0.0625 ]",
]
`;

exports[`runs examples > example "beat" example index 1 1`] = `
[
"[ 1/4 → 1/1 | s:sd duration:0.0625 ]",
"[ 3/4 → 1/1 | s:sd duration:0.0625 ]",
"[ 5/4 → 2/1 | s:sd duration:0.0625 ]",
"[ 7/4 → 2/1 | s:sd duration:0.0625 ]",
"[ 9/4 → 3/1 | s:sd duration:0.0625 ]",
"[ 11/4 → 3/1 | s:sd duration:0.0625 ]",
"[ 13/4 → 4/1 | s:sd duration:0.0625 ]",
"[ 15/4 → 4/1 | s:sd duration:0.0625 ]",
]
`;

exports[`runs examples > example "begin" example index 0 1`] = `
[
"[ 0/1 → 1/2 | s:rave begin:0 ]",
Expand Down Expand Up @@ -4902,36 +4932,6 @@ exports[`runs examples > example "often" example index 0 1`] = `
]
`;

exports[`runs examples > example "onSubCycle" example index 0 1`] = `
[
"[ 0/1 → 1/1 | s:bd duration:0.0625 ]",
"[ 7/16 → 1/1 | s:bd duration:0.0625 ]",
"[ 5/8 → 1/1 | s:bd duration:0.0625 ]",
"[ 1/1 → 2/1 | s:bd duration:0.0625 ]",
"[ 23/16 → 2/1 | s:bd duration:0.0625 ]",
"[ 13/8 → 2/1 | s:bd duration:0.0625 ]",
"[ 2/1 → 3/1 | s:bd duration:0.0625 ]",
"[ 39/16 → 3/1 | s:bd duration:0.0625 ]",
"[ 21/8 → 3/1 | s:bd duration:0.0625 ]",
"[ 3/1 → 4/1 | s:bd duration:0.0625 ]",
"[ 55/16 → 4/1 | s:bd duration:0.0625 ]",
"[ 29/8 → 4/1 | s:bd duration:0.0625 ]",
]
`;

exports[`runs examples > example "onSubCycle" example index 1 1`] = `
[
"[ 1/4 → 1/1 | s:sd duration:0.0625 ]",
"[ 3/4 → 1/1 | s:sd duration:0.0625 ]",
"[ 5/4 → 2/1 | s:sd duration:0.0625 ]",
"[ 7/4 → 2/1 | s:sd duration:0.0625 ]",
"[ 9/4 → 3/1 | s:sd duration:0.0625 ]",
"[ 11/4 → 3/1 | s:sd duration:0.0625 ]",
"[ 13/4 → 4/1 | s:sd duration:0.0625 ]",
"[ 15/4 → 4/1 | s:sd duration:0.0625 ]",
]
`;

exports[`runs examples > example "orbit" example index 0 1`] = `
[
"[ 0/1 → 1/6 | s:hh delay:0.5 delaytime:0.25 orbit:1 ]",
Expand Down

0 comments on commit 7410ac5

Please sign in to comment.