feat: add voiceOffset (2)

This commit is contained in:
Felix Roos 2023-07-09 16:53:41 +02:00
parent d1fe50e271
commit 35f5a5d11a
3 changed files with 4 additions and 2 deletions

View file

@ -113,5 +113,6 @@ describe('tonleiter', () => {
expect(voiceBelow('D5', 'Cm7', voicingDictionary)).toEqual(['Eb4', 'G4', 'Bb4', 'D5']);
expect(voiceBelow('G5', 'Cm7', voicingDictionary)).toEqual(['Bb4', 'D5', 'Eb5', 'G5']);
// expect(voiceBelow('G4', 'Cm7', voicingDictionary)).toEqual(['Bb3', 'D4', 'Eb4', 'G4']);
// TODO: test with offset
});
});