Tone.Master
↳ EXTENDS ToneA single master output which is connected to the AudioDestinationNode (aka your speakers). It provides useful conveniences such as the ability to set the volume and mute the entire application. It also gives you the ability to apply master effects to your application.
Like Tone.Transport, A single Tone.Master is created on initialization and you do not need to explicitly construct one.
CONSTRUCTOR
new Tone.Master ( )DEFAULTS
{
volume
:
0
,
mute
:
false
}
EXAMPLE
Members
Methods
.chain ( )
#
args...
All arguments will be connected in a row and the Master will be routed through it.
↪ returns
Tone.Master
this
Add a master effects chain. NOTE: this will disconnect any nodes which were previously chained in the master effects chain.