test tonal methods + move mod to util

This commit is contained in:
Felix Roos 2022-02-28 22:52:09 +01:00
parent 020c1d5589
commit df21c81bfa
5 changed files with 129 additions and 54 deletions

View file

@ -2,7 +2,7 @@ import * as strudel from '../../strudel.mjs';
import './tone';
import './midi';
import './voicings';
import './tonal';
import './tonal.mjs';
import shapeshifter from './shapeshifter';
import { minify } from './parse';
import * as Tone from 'tone';