displaying-musicalenvironment-content

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
displaying-musicalenvironment-content [2024/03/20 18:31] steve.wangdisplaying-musicalenvironment-content [2024/03/20 18:35] (current) – [Changing WebSocketServer Port] steve.wang
Line 47: Line 47:
 Use the function called changeWebsocketServerPort like so: Use the function called changeWebsocketServerPort like so:
 <code javascript> <code javascript>
 +//assign the webscoket server to a variable:
 +K.wss = K.connectVariableToCurrentWss()
 +
 +//Change the port:
  K.wss = K.changeWebsocketServerPort(8081, K.wss)  K.wss = K.changeWebsocketServerPort(8081, K.wss)
 </code> </code>
  • displaying-musicalenvironment-content.1710984708.txt.gz
  • Last modified: 2024/03/20 18:31
  • by steve.wang