let noiseSynth;
document.body.addEventListener("click", function () {
noiseSynth = noiseSynth || new Tone.NoiseSynth().toDestination();
noiseSynth.triggerAttackRelease("8n", 0.05);
});
MembraneSynth, MonoSynth, PolySynth ect. will all play again onclick.
The NoiseSynth will not play more than once.
MembraneSynth, MonoSynth, PolySynth ect. will all play again onclick.