mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-03 22:08:50 -04:00
fix tests
This commit is contained in:
@@ -779,6 +779,24 @@ exports[`runs examples > example "always" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "am" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | s:triangle am:2 amshape:tri amdepth:0.5 ]",
|
||||
"[ 1/1 → 2/1 | s:triangle am:2 amshape:saw amdepth:0.5 ]",
|
||||
"[ 2/1 → 3/1 | s:triangle am:2 amshape:ramp amdepth:0.5 ]",
|
||||
"[ 3/1 → 4/1 | s:triangle am:2 amshape:square amdepth:0.5 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "amdepth" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | s:triangle am:1 amdepth:1 ]",
|
||||
"[ 1/1 → 2/1 | s:triangle am:1 amdepth:1 ]",
|
||||
"[ 2/1 → 3/1 | s:triangle am:1 amdepth:1 ]",
|
||||
"[ 3/1 → 4/1 | s:triangle am:1 amdepth:1 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "amp" example index 0 1`] = `
|
||||
[
|
||||
"[ (0/1 → 1/12) ⇝ 1/8 | s:bd amp:0.1 ]",
|
||||
@@ -840,6 +858,213 @@ exports[`runs examples > example "amp" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "amphase" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 1/16 → 1/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 1/8 → 3/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 3/16 → 1/4 | note:e am:4 amphase:0 ]",
|
||||
"[ 1/4 → 5/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 5/16 → 3/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 3/8 → 7/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 7/16 → 1/2 | note:e am:4 amphase:0 ]",
|
||||
"[ 1/2 → 9/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 9/16 → 5/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 5/8 → 11/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 11/16 → 3/4 | note:e am:4 amphase:0 ]",
|
||||
"[ 3/4 → 13/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 13/16 → 7/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 7/8 → 15/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 15/16 → 1/1 | note:e am:4 amphase:0 ]",
|
||||
"[ 1/1 → 17/16 | note:f am:4 amphase:0.25 ]",
|
||||
"[ 17/16 → 9/8 | note:a am:4 amphase:0.25 ]",
|
||||
"[ 9/8 → 19/16 | note:c am:4 amphase:0.25 ]",
|
||||
"[ 19/16 → 5/4 | note:e am:4 amphase:0.25 ]",
|
||||
"[ 5/4 → 21/16 | note:f am:4 amphase:0.25 ]",
|
||||
"[ 21/16 → 11/8 | note:a am:4 amphase:0.25 ]",
|
||||
"[ 11/8 → 23/16 | note:c am:4 amphase:0.25 ]",
|
||||
"[ 23/16 → 3/2 | note:e am:4 amphase:0.25 ]",
|
||||
"[ 3/2 → 25/16 | note:f am:4 amphase:0.25 ]",
|
||||
"[ 25/16 → 13/8 | note:a am:4 amphase:0.25 ]",
|
||||
"[ 13/8 → 27/16 | note:c am:4 amphase:0.25 ]",
|
||||
"[ 27/16 → 7/4 | note:e am:4 amphase:0.25 ]",
|
||||
"[ 7/4 → 29/16 | note:f am:4 amphase:0.25 ]",
|
||||
"[ 29/16 → 15/8 | note:a am:4 amphase:0.25 ]",
|
||||
"[ 15/8 → 31/16 | note:c am:4 amphase:0.25 ]",
|
||||
"[ 31/16 → 2/1 | note:e am:4 amphase:0.25 ]",
|
||||
"[ 2/1 → 33/16 | note:f am:4 amphase:0.66 ]",
|
||||
"[ 33/16 → 17/8 | note:a am:4 amphase:0.66 ]",
|
||||
"[ 17/8 → 35/16 | note:c am:4 amphase:0.66 ]",
|
||||
"[ 35/16 → 9/4 | note:e am:4 amphase:0.66 ]",
|
||||
"[ 9/4 → 37/16 | note:f am:4 amphase:0.66 ]",
|
||||
"[ 37/16 → 19/8 | note:a am:4 amphase:0.66 ]",
|
||||
"[ 19/8 → 39/16 | note:c am:4 amphase:0.66 ]",
|
||||
"[ 39/16 → 5/2 | note:e am:4 amphase:0.66 ]",
|
||||
"[ 5/2 → 41/16 | note:f am:4 amphase:0.66 ]",
|
||||
"[ 41/16 → 21/8 | note:a am:4 amphase:0.66 ]",
|
||||
"[ 21/8 → 43/16 | note:c am:4 amphase:0.66 ]",
|
||||
"[ 43/16 → 11/4 | note:e am:4 amphase:0.66 ]",
|
||||
"[ 11/4 → 45/16 | note:f am:4 amphase:0.66 ]",
|
||||
"[ 45/16 → 23/8 | note:a am:4 amphase:0.66 ]",
|
||||
"[ 23/8 → 47/16 | note:c am:4 amphase:0.66 ]",
|
||||
"[ 47/16 → 3/1 | note:e am:4 amphase:0.66 ]",
|
||||
"[ 3/1 → 49/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 49/16 → 25/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 25/8 → 51/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 51/16 → 13/4 | note:e am:4 amphase:0 ]",
|
||||
"[ 13/4 → 53/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 53/16 → 27/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 27/8 → 55/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 55/16 → 7/2 | note:e am:4 amphase:0 ]",
|
||||
"[ 7/2 → 57/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 57/16 → 29/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 29/8 → 59/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 59/16 → 15/4 | note:e am:4 amphase:0 ]",
|
||||
"[ 15/4 → 61/16 | note:f am:4 amphase:0 ]",
|
||||
"[ 61/16 → 31/8 | note:a am:4 amphase:0 ]",
|
||||
"[ 31/8 → 63/16 | note:c am:4 amphase:0 ]",
|
||||
"[ 63/16 → 4/1 | note:e am:4 amphase:0 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "amshape" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 1/16 → 1/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 1/8 → 3/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 3/16 → 1/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 1/4 → 5/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 5/16 → 3/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 3/8 → 7/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 7/16 → 1/2 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 1/2 → 9/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 9/16 → 5/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 5/8 → 11/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 11/16 → 3/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 3/4 → 13/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 13/16 → 7/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 7/8 → 15/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 15/16 → 1/1 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 1/1 → 17/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 17/16 → 9/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 9/8 → 19/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 19/16 → 5/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 5/4 → 21/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 21/16 → 11/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 11/8 → 23/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 23/16 → 3/2 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 3/2 → 25/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 25/16 → 13/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 13/8 → 27/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 27/16 → 7/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 7/4 → 29/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 29/16 → 15/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 15/8 → 31/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 31/16 → 2/1 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 2/1 → 33/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 33/16 → 17/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 17/8 → 35/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 35/16 → 9/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 9/4 → 37/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 37/16 → 19/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 19/8 → 39/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 39/16 → 5/2 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 5/2 → 41/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 41/16 → 21/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 21/8 → 43/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 43/16 → 11/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 11/4 → 45/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 45/16 → 23/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 23/8 → 47/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 47/16 → 3/1 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 3/1 → 49/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 49/16 → 25/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 25/8 → 51/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 51/16 → 13/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 13/4 → 53/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 53/16 → 27/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 27/8 → 55/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 55/16 → 7/2 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 7/2 → 57/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 57/16 → 29/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 29/8 → 59/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 59/16 → 15/4 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 15/4 → 61/16 | note:f am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 61/16 → 31/8 | note:g am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 31/8 → 63/16 | note:c am:4 amshape:ramp s:sawtooth ]",
|
||||
"[ 63/16 → 4/1 | note:d am:4 amshape:ramp s:sawtooth ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "amskew" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 1/16 → 1/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 1/8 → 3/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 3/16 → 1/4 | note:e am:4 amskew:0.5 ]",
|
||||
"[ 1/4 → 5/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 5/16 → 3/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 3/8 → 7/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 7/16 → 1/2 | note:e am:4 amskew:0.5 ]",
|
||||
"[ 1/2 → 9/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 9/16 → 5/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 5/8 → 11/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 11/16 → 3/4 | note:e am:4 amskew:0.5 ]",
|
||||
"[ 3/4 → 13/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 13/16 → 7/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 7/8 → 15/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 15/16 → 1/1 | note:e am:4 amskew:0.5 ]",
|
||||
"[ 1/1 → 17/16 | note:f am:4 amskew:0 ]",
|
||||
"[ 17/16 → 9/8 | note:a am:4 amskew:0 ]",
|
||||
"[ 9/8 → 19/16 | note:c am:4 amskew:0 ]",
|
||||
"[ 19/16 → 5/4 | note:e am:4 amskew:0 ]",
|
||||
"[ 5/4 → 21/16 | note:f am:4 amskew:0 ]",
|
||||
"[ 21/16 → 11/8 | note:a am:4 amskew:0 ]",
|
||||
"[ 11/8 → 23/16 | note:c am:4 amskew:0 ]",
|
||||
"[ 23/16 → 3/2 | note:e am:4 amskew:0 ]",
|
||||
"[ 3/2 → 25/16 | note:f am:4 amskew:0 ]",
|
||||
"[ 25/16 → 13/8 | note:a am:4 amskew:0 ]",
|
||||
"[ 13/8 → 27/16 | note:c am:4 amskew:0 ]",
|
||||
"[ 27/16 → 7/4 | note:e am:4 amskew:0 ]",
|
||||
"[ 7/4 → 29/16 | note:f am:4 amskew:0 ]",
|
||||
"[ 29/16 → 15/8 | note:a am:4 amskew:0 ]",
|
||||
"[ 15/8 → 31/16 | note:c am:4 amskew:0 ]",
|
||||
"[ 31/16 → 2/1 | note:e am:4 amskew:0 ]",
|
||||
"[ 2/1 → 33/16 | note:f am:4 amskew:1 ]",
|
||||
"[ 33/16 → 17/8 | note:a am:4 amskew:1 ]",
|
||||
"[ 17/8 → 35/16 | note:c am:4 amskew:1 ]",
|
||||
"[ 35/16 → 9/4 | note:e am:4 amskew:1 ]",
|
||||
"[ 9/4 → 37/16 | note:f am:4 amskew:1 ]",
|
||||
"[ 37/16 → 19/8 | note:a am:4 amskew:1 ]",
|
||||
"[ 19/8 → 39/16 | note:c am:4 amskew:1 ]",
|
||||
"[ 39/16 → 5/2 | note:e am:4 amskew:1 ]",
|
||||
"[ 5/2 → 41/16 | note:f am:4 amskew:1 ]",
|
||||
"[ 41/16 → 21/8 | note:a am:4 amskew:1 ]",
|
||||
"[ 21/8 → 43/16 | note:c am:4 amskew:1 ]",
|
||||
"[ 43/16 → 11/4 | note:e am:4 amskew:1 ]",
|
||||
"[ 11/4 → 45/16 | note:f am:4 amskew:1 ]",
|
||||
"[ 45/16 → 23/8 | note:a am:4 amskew:1 ]",
|
||||
"[ 23/8 → 47/16 | note:c am:4 amskew:1 ]",
|
||||
"[ 47/16 → 3/1 | note:e am:4 amskew:1 ]",
|
||||
"[ 3/1 → 49/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 49/16 → 25/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 25/8 → 51/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 51/16 → 13/4 | note:e am:4 amskew:0.5 ]",
|
||||
"[ 13/4 → 53/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 53/16 → 27/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 27/8 → 55/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 55/16 → 7/2 | note:e am:4 amskew:0.5 ]",
|
||||
"[ 7/2 → 57/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 57/16 → 29/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 29/8 → 59/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 59/16 → 15/4 | note:e am:4 amskew:0.5 ]",
|
||||
"[ 15/4 → 61/16 | note:f am:4 amskew:0.5 ]",
|
||||
"[ 61/16 → 31/8 | note:a am:4 amskew:0.5 ]",
|
||||
"[ 31/8 → 63/16 | note:c am:4 amskew:0.5 ]",
|
||||
"[ 63/16 → 4/1 | note:e am:4 amskew:0.5 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "apply" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:C3 ]",
|
||||
@@ -5035,72 +5260,6 @@ exports[`runs examples > example "ply" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "polymeter" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/3 | c ]",
|
||||
"[ 0/1 → 1/3 | c2 ]",
|
||||
"[ 1/3 → 2/3 | eb ]",
|
||||
"[ 1/3 → 2/3 | g2 ]",
|
||||
"[ 2/3 → 1/1 | g ]",
|
||||
"[ 2/3 → 1/1 | c2 ]",
|
||||
"[ 1/1 → 4/3 | c ]",
|
||||
"[ 1/1 → 4/3 | g2 ]",
|
||||
"[ 4/3 → 5/3 | eb ]",
|
||||
"[ 4/3 → 5/3 | c2 ]",
|
||||
"[ 5/3 → 2/1 | g ]",
|
||||
"[ 5/3 → 2/1 | g2 ]",
|
||||
"[ 2/1 → 7/3 | c ]",
|
||||
"[ 2/1 → 7/3 | c2 ]",
|
||||
"[ 7/3 → 8/3 | eb ]",
|
||||
"[ 7/3 → 8/3 | g2 ]",
|
||||
"[ 8/3 → 3/1 | g ]",
|
||||
"[ 8/3 → 3/1 | c2 ]",
|
||||
"[ 3/1 → 10/3 | c ]",
|
||||
"[ 3/1 → 10/3 | g2 ]",
|
||||
"[ 10/3 → 11/3 | eb ]",
|
||||
"[ 10/3 → 11/3 | c2 ]",
|
||||
"[ 11/3 → 4/1 | g ]",
|
||||
"[ 11/3 → 4/1 | g2 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "polymeterSteps" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/4 | c ]",
|
||||
"[ 0/1 → 1/4 | e ]",
|
||||
"[ 1/4 → 1/2 | d ]",
|
||||
"[ 1/4 → 1/2 | f ]",
|
||||
"[ 1/2 → 3/4 | c ]",
|
||||
"[ 1/2 → 3/4 | g ]",
|
||||
"[ 3/4 → 1/1 | d ]",
|
||||
"[ 3/4 → 1/1 | e ]",
|
||||
"[ 1/1 → 5/4 | c ]",
|
||||
"[ 1/1 → 5/4 | f ]",
|
||||
"[ 5/4 → 3/2 | d ]",
|
||||
"[ 5/4 → 3/2 | g ]",
|
||||
"[ 3/2 → 7/4 | c ]",
|
||||
"[ 3/2 → 7/4 | e ]",
|
||||
"[ 7/4 → 2/1 | d ]",
|
||||
"[ 7/4 → 2/1 | f ]",
|
||||
"[ 2/1 → 9/4 | c ]",
|
||||
"[ 2/1 → 9/4 | g ]",
|
||||
"[ 9/4 → 5/2 | d ]",
|
||||
"[ 9/4 → 5/2 | e ]",
|
||||
"[ 5/2 → 11/4 | c ]",
|
||||
"[ 5/2 → 11/4 | f ]",
|
||||
"[ 11/4 → 3/1 | d ]",
|
||||
"[ 11/4 → 3/1 | g ]",
|
||||
"[ 3/1 → 13/4 | c ]",
|
||||
"[ 3/1 → 13/4 | e ]",
|
||||
"[ 13/4 → 7/2 | d ]",
|
||||
"[ 13/4 → 7/2 | f ]",
|
||||
"[ 7/2 → 15/4 | c ]",
|
||||
"[ 7/2 → 15/4 | g ]",
|
||||
"[ 15/4 → 4/1 | d ]",
|
||||
"[ 15/4 → 4/1 | e ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "postgain" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/8 | s:hh compressor:-20 compressorRatio:20 compressorKnee:10 compressorAttack:0.002 compressorRelease:0.02 postgain:1.5 ]",
|
||||
@@ -7216,31 +7375,6 @@ exports[`runs examples > example "stack" example index 0 2`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "stepcat" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/5 | s:bd ]",
|
||||
"[ 1/5 → 2/5 | s:cp ]",
|
||||
"[ 2/5 → 3/5 | s:bd ]",
|
||||
"[ 3/5 → 4/5 | s:mt ]",
|
||||
"[ 4/5 → 1/1 | s:bd ]",
|
||||
"[ 1/1 → 6/5 | s:bd ]",
|
||||
"[ 6/5 → 7/5 | s:cp ]",
|
||||
"[ 7/5 → 8/5 | s:bd ]",
|
||||
"[ 8/5 → 9/5 | s:mt ]",
|
||||
"[ 9/5 → 2/1 | s:bd ]",
|
||||
"[ 2/1 → 11/5 | s:bd ]",
|
||||
"[ 11/5 → 12/5 | s:cp ]",
|
||||
"[ 12/5 → 13/5 | s:bd ]",
|
||||
"[ 13/5 → 14/5 | s:mt ]",
|
||||
"[ 14/5 → 3/1 | s:bd ]",
|
||||
"[ 3/1 → 16/5 | s:bd ]",
|
||||
"[ 16/5 → 17/5 | s:cp ]",
|
||||
"[ 17/5 → 18/5 | s:bd ]",
|
||||
"[ 18/5 → 19/5 | s:mt ]",
|
||||
"[ 19/5 → 4/1 | s:bd ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "steps" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/4 | s:bd ]",
|
||||
@@ -7554,65 +7688,6 @@ exports[`runs examples > example "swingBy" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "timecat" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 3/4 | note:e3 ]",
|
||||
"[ 3/4 → 1/1 | note:g3 ]",
|
||||
"[ 1/1 → 7/4 | note:e3 ]",
|
||||
"[ 7/4 → 2/1 | note:g3 ]",
|
||||
"[ 2/1 → 11/4 | note:e3 ]",
|
||||
"[ 11/4 → 3/1 | note:g3 ]",
|
||||
"[ 3/1 → 15/4 | note:e3 ]",
|
||||
"[ 15/4 → 4/1 | note:g3 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "timecat" example index 1 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/5 | s:bd ]",
|
||||
"[ 1/5 → 2/5 | s:sd ]",
|
||||
"[ 2/5 → 3/5 | s:cp ]",
|
||||
"[ 3/5 → 4/5 | s:hh ]",
|
||||
"[ 4/5 → 1/1 | s:hh ]",
|
||||
"[ 1/1 → 6/5 | s:bd ]",
|
||||
"[ 6/5 → 7/5 | s:sd ]",
|
||||
"[ 7/5 → 8/5 | s:cp ]",
|
||||
"[ 8/5 → 9/5 | s:hh ]",
|
||||
"[ 9/5 → 2/1 | s:hh ]",
|
||||
"[ 2/1 → 11/5 | s:bd ]",
|
||||
"[ 11/5 → 12/5 | s:sd ]",
|
||||
"[ 12/5 → 13/5 | s:cp ]",
|
||||
"[ 13/5 → 14/5 | s:hh ]",
|
||||
"[ 14/5 → 3/1 | s:hh ]",
|
||||
"[ 3/1 → 16/5 | s:bd ]",
|
||||
"[ 16/5 → 17/5 | s:sd ]",
|
||||
"[ 17/5 → 18/5 | s:cp ]",
|
||||
"[ 18/5 → 19/5 | s:hh ]",
|
||||
"[ 19/5 → 4/1 | s:hh ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "toTactus" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/4 | s:bd ]",
|
||||
"[ 1/4 → 1/2 | s:sd ]",
|
||||
"[ 1/2 → 3/4 | s:cp ]",
|
||||
"[ 3/4 → 1/1 | s:bd ]",
|
||||
"[ 1/1 → 5/4 | s:sd ]",
|
||||
"[ 5/4 → 3/2 | s:cp ]",
|
||||
"[ 3/2 → 7/4 | s:bd ]",
|
||||
"[ 7/4 → 2/1 | s:sd ]",
|
||||
"[ 2/1 → 9/4 | s:cp ]",
|
||||
"[ 9/4 → 5/2 | s:bd ]",
|
||||
"[ 5/2 → 11/4 | s:sd ]",
|
||||
"[ 11/4 → 3/1 | s:cp ]",
|
||||
"[ 3/1 → 13/4 | s:bd ]",
|
||||
"[ 13/4 → 7/2 | s:sd ]",
|
||||
"[ 7/2 → 15/4 | s:cp ]",
|
||||
"[ 15/4 → 4/1 | s:bd ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "transpose" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/4 | note:C2 ]",
|
||||
|
||||
Reference in New Issue
Block a user