MIDI-MT - Command Line Options

MIDI-MT Documentation in English

Command Line Options

When starting, it is possible to set some parameters using the command line. The following keys are supported:

Command Description
–conf=path to file Set default configuration file
–mixer=yes/no Set the “Audio Mixer” service to start by default
–log=yes/no Write log file by default
Example of correct filling:
  "C:\Programm Files\MIDI-MT\MIDIMT.exe" "--conf=C:\AppData\My Config\MIDI-MT\my.cnf" --mixer=yes --log=no
или:
  "C:\Programm Files\MIDI-MT\MIDIMT.exe" --conf=C:\AppData\MIDI-MT\my.cnf --mixer=true --log=false
Command Line Shortcuts - MIDI MT
Example of incorrect filling:
  "C:\Programm Files\MIDI-MT\MIDIMT.exe" --conf="C:\AppData\MIDI-MT\my.cnf" --mixer="yes" --log='false'