From 91fd3fb5ca89955c2a9429b253b98b15e7ffe487 Mon Sep 17 00:00:00 2001 From: Alex McLean Date: Wed, 1 Feb 2023 15:51:42 +0000 Subject: [PATCH] add missing snapshots --- test/__snapshots__/examples.test.mjs.snap | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 698d8209..7320576a 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -1956,6 +1956,25 @@ exports[`runs examples > example "hresonance" example index 0 1`] = ` ] `; +exports[`runs examples > example "hurry" example index 0 1`] = ` +[ + "[ 0/1 → 3/4 | s:bd speed:1 ]", + "[ (3/4 → 1/1) ⇝ 3/2 | s:sd:2 speed:1 ]", + "[ 3/4 ⇜ (1/1 → 3/2) | s:sd:2 speed:1 ]", + "[ 3/2 → 15/8 | s:bd speed:2 ]", + "[ (15/8 → 2/1) ⇝ 9/4 | s:sd:2 speed:2 ]", + "[ 15/8 ⇜ (2/1 → 9/4) | s:sd:2 speed:2 ]", + "[ 9/4 → 21/8 | s:bd speed:2 ]", + "[ 21/8 → 3/1 | s:sd:2 speed:2 ]", + "[ 3/1 → 51/16 | s:bd speed:4 ]", + "[ 51/16 → 27/8 | s:sd:2 speed:4 ]", + "[ 27/8 → 57/16 | s:bd speed:4 ]", + "[ 57/16 → 15/4 | s:sd:2 speed:4 ]", + "[ 15/4 → 63/16 | s:bd speed:4 ]", + "[ (63/16 → 4/1) ⇝ 33/8 | s:sd:2 speed:4 ]", +] +`; + exports[`runs examples > example "hush" example index 0 1`] = ` [ "[ 0/1 → 1/3 | s:hh ]", @@ -2773,6 +2792,48 @@ exports[`runs examples > example "polymeterSteps" example index 0 1`] = ` ] `; +exports[`runs examples > example "press" example index 0 1`] = ` +[ + "[ 0/1 → 1/2 | s:hh ]", + "[ 1/2 → 1/1 | s:hh ]", + "[ 1/4 → 1/2 | s:bd ]", + "[ 3/4 → 1/1 | s:mt ]", + "[ 1/1 → 3/2 | s:hh ]", + "[ 3/2 → 2/1 | s:hh ]", + "[ 5/4 → 3/2 | s:sd ]", + "[ 7/4 → 2/1 | s:ht ]", + "[ 2/1 → 5/2 | s:hh ]", + "[ 5/2 → 3/1 | s:hh ]", + "[ 2/1 → 5/2 | s:bd ]", + "[ 5/2 → 3/1 | s:mt ]", + "[ 3/1 → 7/2 | s:hh ]", + "[ 7/2 → 4/1 | s:hh ]", + "[ 3/1 → 7/2 | s:sd ]", + "[ 7/2 → 4/1 | s:ht ]", +] +`; + +exports[`runs examples > example "pressBy" example index 0 1`] = ` +[ + "[ 0/1 → 1/2 | s:hh ]", + "[ 1/2 → 1/1 | s:hh ]", + "[ 0/1 → 1/2 | s:bd ]", + "[ 1/2 → 1/1 | s:mt ]", + "[ 1/1 → 3/2 | s:hh ]", + "[ 3/2 → 2/1 | s:hh ]", + "[ 1/1 → 3/2 | s:sd ]", + "[ 3/2 → 2/1 | s:ht ]", + "[ 2/1 → 5/2 | s:hh ]", + "[ 5/2 → 3/1 | s:hh ]", + "[ 9/4 → 5/2 | s:bd ]", + "[ 11/4 → 3/1 | s:mt ]", + "[ 3/1 → 7/2 | s:hh ]", + "[ 7/2 → 4/1 | s:hh ]", + "[ 13/4 → 7/2 | s:sd ]", + "[ 15/4 → 4/1 | s:ht ]", +] +`; + exports[`runs examples > example "pure" example index 0 1`] = ` [ "[ 0/1 → 1/1 | e4 ]",