Skip to content

Commit 51759ed

Browse files
authored
Document changes from previous commit
Added comments for MIDI Thru and UDP MIDI settings. #1001 Thanks @penfold42
1 parent b1c686a commit 51759ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/minidexed.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ MasterVolume=64
1919
# MIDI
2020
MIDIBaudRate=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
2227
IgnoreAllNotesOff=0
2328
MIDIAutoVoiceDumpOnPC=0
2429
HeaderlessSysExVoices=0
@@ -164,6 +169,11 @@ NetworkDNSServer=0
164169
NetworkFTPEnabled=0
165170
NetworkSyslogEnabled=0
166171
NetworkSyslogServerIPAddress=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
169179
PerformanceSelectToLoad=0

0 commit comments

Comments
 (0)