rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.89k stars 160 forks source link

"You tried to stop a wad that never played" is unecessary #101

Closed iogrt closed 5 years ago

iogrt commented 5 years ago

I stop all my Wads so that only the desired one plays, and this log info is spamming my console.

I don't find this info of any value and think it should be removed.

rserota commented 5 years ago

I just updated the logging system in the latest version of Wad.js. Now, you'll need to manually enable logging by increasing the verbosity of Wad.js: Wad.logs.verbosity = 1.

By default, the latest version of Wad.js will print nothing to your console.

Thanks for using Wad.js and raising this issue.