File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ MasterVolume=64
1919# MIDI
2020MIDIBaudRate =31250
2121# MIDIThru=umidi1,ttyS1
22+ # MIDIThru2 provides a second thru route. Format: input,output
23+ # MIDIThru2=
24+ # When set to 1, these message types will be ignored by MIDI Thru (both MIDIThru and MIDIThru2)
25+ # MIDIThruIgnoreClock=0
26+ # MIDIThruIgnoreActiveSensing=0
2227IgnoreAllNotesOff =0
2328MIDIAutoVoiceDumpOnPC =0
2429HeaderlessSysExVoices =0
@@ -164,6 +169,11 @@ NetworkDNSServer=0
164169NetworkFTPEnabled =0
165170NetworkSyslogEnabled =0
166171NetworkSyslogServerIPAddress =0
172+ # UDP MIDI (optional)
173+ # UDPMIDIEnabled=0
174+ # UDPMIDIIPAddress=255.255.255.255 ; destination IP for UDP MIDI (default: broadcast)
175+ # Note: set UDPMIDIIPAddress=0.0.0.0 to disable UDP MIDI transmit
176+ # UDP MIDI uses port 1999 by default.
167177
168178# Performance
169179PerformanceSelectToLoad =0
You can’t perform that action at this time.
0 commit comments