add Pattern.tune with tunejs + example tune

This commit is contained in:
Felix Roos 2022-03-04 00:10:57 +01:00
parent a1fa306cae
commit 0792ef7288
6 changed files with 289 additions and 0 deletions

View file

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