Module Oscillator.Type

Oscillator type enumeration.

type t = Jstr.t

The type for OscillatorType values.

val sine : t
val square : t
val sawtooth : t
val triangle : t
val custom : t