Skip to content

Commit

Permalink
Merge pull request #385 from tidalcycles/docs-use-note-instead-of-n
Browse files Browse the repository at this point in the history
docs: use note instead of n to mitigate confusion
  • Loading branch information
felixroos committed Jan 19, 2023
2 parents 203ed88 + ffdfb07 commit 77e0237
Show file tree
Hide file tree
Showing 5 changed files with 680 additions and 714 deletions.
34 changes: 0 additions & 34 deletions test/__snapshots__/examples.test.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1736,27 +1736,6 @@ exports[`runs examples > example "fastGap" example index 0 1`] = `
]
`;

exports[`runs examples > example "fastcat" example index 0 1`] = `
[
"[ 0/1 → 1/3 | e5 ]",
"[ 1/3 → 2/3 | b4 ]",
"[ 2/3 → 5/6 | d5 ]",
"[ 5/6 → 1/1 | c5 ]",
"[ 1/1 → 4/3 | e5 ]",
"[ 4/3 → 5/3 | b4 ]",
"[ 5/3 → 11/6 | d5 ]",
"[ 11/6 → 2/1 | c5 ]",
"[ 2/1 → 7/3 | e5 ]",
"[ 7/3 → 8/3 | b4 ]",
"[ 8/3 → 17/6 | d5 ]",
"[ 17/6 → 3/1 | c5 ]",
"[ 3/1 → 10/3 | e5 ]",
"[ 10/3 → 11/3 | b4 ]",
"[ 11/3 → 23/6 | d5 ]",
"[ 23/6 → 4/1 | c5 ]",
]
`;

exports[`runs examples > example "firstOf" example index 0 1`] = `
[
"[ 3/4 → 1/1 | note:c3 ]",
Expand Down Expand Up @@ -3484,19 +3463,6 @@ exports[`runs examples > example "sine" example index 0 1`] = `
]
`;

exports[`runs examples > example "size" example index 0 1`] = `
[
"[ 0/1 → 1/2 | s:bd room:0.8 size:0 ]",
"[ 1/2 → 1/1 | s:sd room:0.8 size:0 ]",
"[ 1/1 → 3/2 | s:bd room:0.8 size:1 ]",
"[ 3/2 → 2/1 | s:sd room:0.8 size:1 ]",
"[ 2/1 → 5/2 | s:bd room:0.8 size:2 ]",
"[ 5/2 → 3/1 | s:sd room:0.8 size:2 ]",
"[ 3/1 → 7/2 | s:bd room:0.8 size:4 ]",
"[ 7/2 → 4/1 | s:sd room:0.8 size:4 ]",
]
`;

exports[`runs examples > example "slow" example index 0 1`] = `
[
"[ 0/1 → 1/1 | s:bd ]",
Expand Down

0 comments on commit 77e0237

Please sign in to comment.