Skip to content

Managing the console output

SpessaSynth can print out additional info to the console or print nothing at all. Here's how you can set it:

SpessaSynthLogging

TypeScript
SpessaSynthLogging(enableInfo, enableWarning, enableGroup);

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.

Same arguments as above.