diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index dc482aaf..2b1980b4 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -2556,35 +2556,6 @@ exports[`runs examples > example "ply" 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 ]", - "[ 2/3 → 1/1 | note:g ]", - "[ 1/1 → 4/3 | note:c ]", - "[ 4/3 → 5/3 | note:eb ]", - "[ 5/3 → 2/1 | note:g ]", - "[ 2/1 → 7/3 | note:c ]", - "[ 7/3 → 8/3 | note:eb ]", - "[ 8/3 → 3/1 | note:g ]", - "[ 3/1 → 10/3 | note:c ]", - "[ 10/3 → 11/3 | note:eb ]", - "[ 11/3 → 4/1 | note:g ]", - "[ 0/1 → 1/3 | note:c2 ]", - "[ 1/3 → 2/3 | note:g2 ]", - "[ 2/3 → 1/1 | note:c2 ]", - "[ 1/1 → 4/3 | note:g2 ]", - "[ 4/3 → 5/3 | note:c2 ]", - "[ 5/3 → 2/1 | note:g2 ]", - "[ 2/1 → 7/3 | note:c2 ]", - "[ 7/3 → 8/3 | note:g2 ]", - "[ 8/3 → 3/1 | note:c2 ]", - "[ 3/1 → 10/3 | note:g2 ]", - "[ 10/3 → 11/3 | note:c2 ]", - "[ 11/3 → 4/1 | note:g2 ]", -] -`; - exports[`runs examples > example "polymeterSteps" example index 0 1`] = ` [ "[ 0/1 → 1/2 | note:c ]", @@ -3789,29 +3760,29 @@ exports[`runs examples > example "zoom" example index 0 1`] = ` "[ 1/6 → 1/3 | s:hh ]", "[ 1/3 → 1/2 | s:hh ]", "[ 1/2 → 5/8 | s:sd ]", - "[ 5/8 → 3/4 | s:bd ]", "[ 3/4 → 7/8 | s:sd ]", + "[ 5/8 → 3/4 | s:bd ]", "[ 7/8 → 1/1 | s:bd ]", "[ 1/1 → 7/6 | s:hh ]", "[ 7/6 → 4/3 | s:hh ]", "[ 4/3 → 3/2 | s:hh ]", "[ 3/2 → 13/8 | s:sd ]", - "[ 13/8 → 7/4 | s:bd ]", "[ 7/4 → 15/8 | s:sd ]", + "[ 13/8 → 7/4 | s:bd ]", "[ 15/8 → 2/1 | s:bd ]", "[ 2/1 → 13/6 | s:hh ]", "[ 13/6 → 7/3 | s:hh ]", "[ 7/3 → 5/2 | s:hh ]", "[ 5/2 → 21/8 | s:sd ]", - "[ 21/8 → 11/4 | s:bd ]", "[ 11/4 → 23/8 | s:sd ]", + "[ 21/8 → 11/4 | s:bd ]", "[ 23/8 → 3/1 | s:bd ]", "[ 3/1 → 19/6 | s:hh ]", "[ 19/6 → 10/3 | s:hh ]", "[ 10/3 → 7/2 | s:hh ]", "[ 7/2 → 29/8 | s:sd ]", - "[ 29/8 → 15/4 | s:bd ]", "[ 15/4 → 31/8 | s:sd ]", + "[ 29/8 → 15/4 | s:bd ]", "[ 31/8 → 4/1 | s:bd ]", ] `;