type alias OscillatorTypeimport { type OscillatorType } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts"; definition: | "custom" | "sawtooth" | "sine" | "square" | "triangle"