mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
snapshots + fix default anchor for lefthand
This commit is contained in:
parent
70fe8f14e3
commit
ffeda19ce5
@ -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);
|
||||
|
||||
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user