From bb8cfa56eafee7f0a019f12cf9bb2bf266c1f77c Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 2 Mar 2023 22:47:23 +0100 Subject: [PATCH] snapshot --- test/__snapshots__/examples.test.mjs.snap | 27 +++++++++++++++-------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 6bd9e7f08..bc52c66a9 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -2354,15 +2354,6 @@ exports[`runs examples > example "linger" example index 0 1`] = ` ] `; -exports[`runs examples > example "loop" example index 0 1`] = ` -[ - "[ 0/1 → 1/1 | s:bd loop:1 ]", - "[ 1/1 → 2/1 | s:bd loop:2 ]", - "[ 2/1 → 3/1 | s:bd loop:3 ]", - "[ 3/1 → 4/1 | s:bd loop:4 ]", -] -`; - exports[`runs examples > example "loopAt" example index 0 1`] = ` [ "[ (0/1 → 1/1) ⇝ 4/1 | s:rhodes speed:0.25 unit:c ]", @@ -2381,6 +2372,24 @@ exports[`runs examples > example "loopAtCps" example index 0 1`] = ` ] `; +exports[`runs examples > example "loopBegin" example index 0 1`] = ` +[ + "[ 0/1 → 1/1 | note:c s:piano loopBegin:0 loopEnd:0.5 ]", + "[ 1/1 → 2/1 | note:a s:piano loopBegin:0.24 loopEnd:0.5 ]", + "[ 2/1 → 3/1 | note:f s:piano loopBegin:0.32 loopEnd:0.5 ]", + "[ 3/1 → 4/1 | note:e s:piano loopBegin:0 loopEnd:0.5 ]", +] +`; + +exports[`runs examples > example "loopEnd" example index 0 1`] = ` +[ + "[ 0/1 → 1/1 | note:c s:piano loopBegin:0.2 loopEnd:0.3 ]", + "[ 1/1 → 2/1 | note:a s:piano loopBegin:0.2 loopEnd:0.4 ]", + "[ 2/1 → 3/1 | note:f s:piano loopBegin:0.2 loopEnd:0.5 ]", + "[ 3/1 → 4/1 | note:e s:piano loopBegin:0.2 loopEnd:0.6 ]", +] +`; + exports[`runs examples > example "lpf" example index 0 1`] = ` [ "[ 0/1 → 1/2 | s:bd cutoff:4000 ]",