Updated zifferjs

This commit is contained in:
2023-08-16 13:51:45 +03:00
parent 3a2152e6e5
commit fd0f5bdb8b
4 changed files with 7 additions and 12 deletions

View File

@ -1,4 +1,4 @@
import { Pitch, Chord, Rest, Event, Start, cachedStart, pattern } from "zifferjs";
import { Pitch, Chord, Rest, Event, cachedEvent } from "zifferjs";
import { MidiConnection } from "./IO/MidiConnection";
import { tryEvaluate } from "./Evaluator";
import { DrunkWalk } from "./Utils/Drunk";