beginning documentation work (breaks)

This commit is contained in:
Raphael Forment 2023-09-10 20:36:09 +02:00
parent 3582ae9163
commit bac8594c5f
3 changed files with 56 additions and 12 deletions

View file

@ -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 ]",