AbstractSet this debug flag to log all events that happen in this class.
Protected AbstractnameThe name of the class
StaticversionThe version number semver
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.
disconnect and dispose.
ProtectedlogPrints the outputs to the console log for debugging purposes.
Prints the contents only if either the object has a property
called debug set to true, or a variable called TONE_DEBUG_CLASS
is set to the name of the class.
StaticgetReturns all of the default options belonging to the class.
Tone is the base class of all other classes.