mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 08:23:18 -04:00
add vib examples for : notation
This commit is contained in:
@@ -4767,6 +4767,15 @@ exports[`runs examples > example "vib" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "vib" example index 1 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:a vib:0.5 vibmod:12 ]",
|
||||
"[ 1/1 → 2/1 | note:a vib:1 vibmod:12 ]",
|
||||
"[ 2/1 → 3/1 | note:a vib:2 vibmod:12 ]",
|
||||
"[ 3/1 → 4/1 | note:a vib:4 vibmod:12 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "vibmod" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:a vib:4 vibmod:0.25 ]",
|
||||
@@ -4776,6 +4785,15 @@ exports[`runs examples > example "vibmod" example index 0 1`] = `
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "vibmod" example index 1 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:a vibmod:0.25 vib:8 ]",
|
||||
"[ 1/1 → 2/1 | note:a vibmod:0.5 vib:8 ]",
|
||||
"[ 2/1 → 3/1 | note:a vibmod:1 vib:8 ]",
|
||||
"[ 3/1 → 4/1 | note:a vibmod:2 vib:8 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "voicing" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | note:E4 ]",
|
||||
|
||||
Reference in New Issue
Block a user