add chord voicings

This commit is contained in:
Felix Roos 2022-02-12 21:59:45 +01:00
parent f15686ba0f
commit 70dea049ae
4 changed files with 47 additions and 0 deletions

View file

@ -3,6 +3,7 @@ import * as strudel from '../../strudel.mjs';
import { Scale, Note, Interval } from '@tonaljs/tonal';
import './tone';
import './midi';
import './voicings';
import * as toneStuff from './tone';
import shapeshifter from './shapeshifter';