beginning documentation work (breaks)
This commit is contained in:
parent
3582ae9163
commit
bac8594c5f
3 changed files with 56 additions and 12 deletions
|
|
@ -2566,6 +2566,24 @@ exports[`runs examples > example "loopAtCps" example index 0 1`] = `
|
|||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "loopBegin" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | s:numbers loopBegin:0 loop:1 ]",
|
||||
"[ 1/1 → 2/1 | s:numbers loopBegin:0.25 loop:1 ]",
|
||||
"[ 2/1 → 3/1 | s:numbers loopBegin:0.5 loop:1 ]",
|
||||
"[ 3/1 → 4/1 | s:numbers loopBegin:0.75 loop:1 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "loopEnd" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/1 | s:numbers loopEnd:0 loop:1 ]",
|
||||
"[ 1/1 → 2/1 | s:numbers loopEnd:0.25 loop:1 ]",
|
||||
"[ 2/1 → 3/1 | s:numbers loopEnd:0.5 loop:1 ]",
|
||||
"[ 3/1 → 4/1 | s:numbers loopEnd:0.75 loop:1 ]",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "lpf" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/3 | s:hh cutoff:4000 ]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue