snapshots + fix default anchor for lefthand

This commit is contained in:
Felix Roos 2023-07-13 01:09:53 +02:00
parent 70fe8f14e3
commit ffeda19ce5
3 changed files with 3838 additions and 3889 deletions

View File

@ -51,9 +51,9 @@ const triads = {
};
export const voicingRegistry = {
lefthand: { dictionary: lefthand, range: ['F3', 'A4'], mode: 'below', anchor: 'c5' },
triads: { dictionary: triads, mode: 'below', anchor: 'c5' },
guidetones: { dictionary: guidetones, mode: 'above', anchor: 'g4' },
lefthand: { dictionary: lefthand, range: ['F3', 'A4'], mode: 'below', anchor: 'a4' },
triads: { dictionary: triads, mode: 'below', anchor: 'a4' },
guidetones: { dictionary: guidetones, mode: 'above', anchor: 'a4' },
};
export const setVoicingRange = (name, range) => addVoicings(name, voicingRegistry[name].dictionary, range);

View File

@ -4415,31 +4415,6 @@ exports[`runs examples > example "vowel" example index 0 1`] = `
]
`;
exports[`runs examples > example "webdirt" example index 0 1`] = `
[
"[ 0/1 → 1/8 | s:bd n:0 ]",
"[ 1/8 → 1/4 | s:bd n:0 ]",
"[ 1/4 → 1/2 | s:hh n:0 ]",
"[ 1/2 → 3/4 | s:sd n:0 ]",
"[ 3/4 → 1/1 | s:hh n:0 ]",
"[ 1/1 → 9/8 | s:bd n:1 ]",
"[ 9/8 → 5/4 | s:bd n:1 ]",
"[ 5/4 → 3/2 | s:hh n:1 ]",
"[ 3/2 → 7/4 | s:sd n:1 ]",
"[ 7/4 → 2/1 | s:hh n:1 ]",
"[ 2/1 → 17/8 | s:bd n:0 ]",
"[ 17/8 → 9/4 | s:bd n:0 ]",
"[ 9/4 → 5/2 | s:hh n:0 ]",
"[ 5/2 → 11/4 | s:sd n:0 ]",
"[ 11/4 → 3/1 | s:hh n:0 ]",
"[ 3/1 → 25/8 | s:bd n:1 ]",
"[ 25/8 → 13/4 | s:bd n:1 ]",
"[ 13/4 → 7/2 | s:hh n:1 ]",
"[ 7/2 → 15/4 | s:sd n:1 ]",
"[ 15/4 → 4/1 | s:hh n:1 ]",
]
`;
exports[`runs examples > example "when" example index 0 1`] = `
[
"[ 0/1 → 1/3 | note:c3 ]",

File diff suppressed because it is too large Load Diff