Managing the console output
By default, SpessaSynth prints out a lot of stuff to console. Here’s how you can disable it:
Main thread
SpessaSynthLogging
All the input variables are booleans corresponding to the things SpessaSynth logs.
- Info - all general info such as parsing sound banks, midi files, RPN changes, etc.
- Warnings - all messages unrecognized by the synthesizer, other warnings
- group - the groups for parsing the sound banks and midi files.
- table - the debug table when
enableDebugging
is set totrue
forsynth.noteOn
Synthetizer
Same arguments as above.