The exported Tone object. Contains all of the classes that default to the same context and contains a singleton Transport and Destination node.
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.
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());