mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
adding test run
This commit is contained in:
@@ -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 ]",
|
||||
|
||||
Reference in New Issue
Block a user