Enable and disable MIDI logging

use_midi_logging  true_or_false (boolean)

Enable or disable log messages created on MIDI functions. This does not disable the MIDI functions themselves, it just stops them from being printed to the log

Introduced in v3.0

Examples

# Example 1

use_midi_logging true



# Turn on MIDI logging



# Example 2

use_midi_logging false



# Disable MIDI logging