add tranpose method

This commit is contained in:
Felix Roos 2022-02-13 12:10:38 +01:00
parent 016d5c5ef4
commit 3d0d526051
3 changed files with 20 additions and 4 deletions

View file

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