mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
adding test run
This commit is contained in:
parent
74442b0d76
commit
78ccec5d7b
@ -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 ]",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user