Description
When debugging JS with the dev console, it can get annoying to have to parse through all the output generated by alphatab. It would be nice to have a way to set the verbosity, like alphaTab('verbosity', 0) for radio silence, alphaTab('verbosity', 1) for errors only and alphaTab('verbosity', 2) for everything.
Possible Solutions
Current Workarounds
It seems there are ways in JS to prevent a library from flooding the console log, but they are all a little hacky.