adding test run
This commit is contained in:
parent
74442b0d76
commit
78ccec5d7b
1 changed files with 18 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue