From 78ccec5d7b4922cc211fa5244601d9d68197da18 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Sun, 10 Sep 2023 09:14:41 +0200 Subject: [PATCH] adding test run --- test/__snapshots__/examples.test.mjs.snap | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 60b39c53..76a7cf11 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -4557,6 +4557,24 @@ exports[`runs examples > example "velocity" example index 0 1`] = ` ] `; +exports[`runs examples > example "vib" example index 0 1`] = ` +[ + "[ 0/1 → 1/1 | s:triangle freq:300 vib:1 ]", + "[ 1/1 → 2/1 | s:triangle freq:300 vib:2 ]", + "[ 2/1 → 3/1 | s:triangle freq:300 vib:4 ]", + "[ 3/1 → 4/1 | s:triangle freq:300 vib:8 ]", +] +`; + +exports[`runs examples > example "vibmod" example index 0 1`] = ` +[ + "[ 0/1 → 1/1 | s:triangle freq:300 vib:8 vibmod:0.25 ]", + "[ 1/1 → 2/1 | s:triangle freq:300 vib:16 vibmod:0.5 ]", + "[ 2/1 → 3/1 | s:triangle freq:300 vib:8 vibmod:0.75 ]", + "[ 3/1 → 4/1 | s:triangle freq:300 vib:16 vibmod:1 ]", +] +`; + exports[`runs examples > example "voicing" example index 0 1`] = ` [ "[ 0/1 → 1/1 | note:E4 ]",