Abstract
Set this debug flag to log all events that happen in this class.
Readonly
isAbstract
latencyAbstract
lookReadonly
nameStatic
versionThe version number semver
Abstract
currentAbstract
destinationIndicates 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.
Abstract
drawAbstract
listenerAbstract
rawAbstract
sampleAbstract
stateAbstract
transportAbstract
addAbstract
clearAbstract
clearAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createIIRFilterAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
createAbstract
decodeAbstract
getAbstract
immediateAbstract
nowRemove the event listener.
The event to stop listening to.
Optional
callback: ((...args) => void)The callback which was bound to the event with Emitter.on. If no callback is given, all callbacks events are removed.
Rest
...args: any[]Abstract
resumeAbstract
setAbstract
setStatic
getStatic
mixin
Emitter gives classes which extend it the ability to listen for and emit events. Inspiration and reference from Jerome Etienne's MicroEvent. MIT (c) 2011 Jerome Etienne.