Type Alias OscillatorType

    OscillatorType:
        | "custom"
        | "sawtooth"
        | "sine"
        | "square"
        | "triangle"