Represents a single value which is gettable and settable in a timed way
The value to return if there is no scheduled values
Set this debug flag to log all events that happen in this class.
Indicates if the instance was disposed. 'Disposing' an instance means that all of the Web Audio nodes that were created for the instance are disconnected and freed for garbage collection.
The version number semver
disconnect and dispose.
Returns all of the default options belonging to the class.
Convert the class to a string
const osc = new Tone.Oscillator();
console.log(osc.toString());