Begin breaking up the API file

This commit is contained in:
2024-04-14 21:15:36 +02:00
parent a21d6c9a88
commit 0a6d779867
29 changed files with 2197 additions and 2729 deletions

View File

@ -1,5 +1,5 @@
import { type Editor } from "../main";
import { AudibleEvent } from "./AbstractEvents";
import { AudibleEvent } from "../Classes/AbstractEvents";
import { sendToServer, type OSCMessage } from "../IO/OSC";
import {
filterObject,