spessasynth_lib
Version:
MIDI and SoundFont2/DLS library with no compromises
9 lines (7 loc) • 421 B
JavaScript
import { consoleColors } from "../../utils/other.js";
import { SpessaSynthProcessor } from "./main_processor.js";
import { SpessaSynthInfo } from "../../utils/loggin.js";
import { WORKLET_PROCESSOR_NAME } from "../synth_constants.js";
// noinspection JSUnresolvedReference
registerProcessor(WORKLET_PROCESSOR_NAME, SpessaSynthProcessor);
SpessaSynthInfo("%cProcessor succesfully registered!", consoleColors.recognized);