fix import

This commit is contained in:
Felix Roos
2022-04-14 00:10:29 +02:00
parent 3f550cc6ce
commit d2b060a057
+1 -1
View File
@@ -3,7 +3,7 @@ import Fraction from './fraction.mjs';
import Hap from './hap.mjs';
import State from './state.mjs';
import { isNote, toMidi, compose, removeUndefineds, flatten, id, listRange, curry } from './util.mjs';
import { isNote, toMidi, compose, removeUndefineds, flatten, id, listRange, curry, objectify } from './util.mjs';
export class Pattern {
// the following functions will get patternFactories as nested functions: