You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/fluidsettings.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -888,11 +888,10 @@ Developers:
888
888
<setting>
889
889
<name>port</name>
890
890
<type>int</type>
891
-
<def>9800</def>
892
-
<min>1</min>
891
+
<def>0</def>
892
+
<min>0</min>
893
893
<max>65535</max>
894
-
<desc>The shell can be used in a client/server mode. This setting controls what TCP/IP port the server uses.</desc>
894
+
<desc>The shell can be used in a client/server mode. This setting controls what TCP/IP port the server uses. Since fluidsynth 2.5.4, a value of 0 enables auto mode and selects the first free port, probing from 9800 upwards. Older versions used 9800 as default port. Note that when set to 0, fluidsynth will update the setting during server creation (new_fluid_server2()) with the actual port number used.</desc>
0 commit comments