Updating zifferjs and rearrange classes under folder

This commit is contained in:
2023-08-24 00:17:57 +03:00
parent f483262b7d
commit c6a2f5f1a8
8 changed files with 121 additions and 80 deletions

View File

@ -4,10 +4,10 @@ import { tryEvaluate } from "./Evaluator";
import { DrunkWalk } from "./Utils/Drunk";
import { scale } from "./Scales";
import { Editor } from "./main";
import { Sound } from "./Sound";
import { Note } from "./Note";
import { Sound } from "./classes/Sound";
import { Note } from "./classes/Note";
import { LRUCache } from "lru-cache";
import { Player } from "./ZPlayer";
import { Player } from "./classes/ZPlayer";
import {
samples,
initAudioOnFirstClick,