josephburnett / hive-jam

A loop-oriented, multi-player framework for making music with Sonic Pi.
MIT License
7 stars 0 forks source link

Non-local clients need server address for websocket #16

Closed josephburnett closed 8 years ago

josephburnett commented 8 years ago

The UI hardcodes localhost:4550 as a websocket address for communication with the OSC bridge. The server should replace localhost with whatever the server's IP address is (or a flag value.)

josephburnett commented 8 years ago

@3d0b4ea7d1b3ae1bbfbbfaa35b8e8b8890360aa0

Usage: ./build/sonic-jam --ui_ip 192.168.0.8 (or whatever IP you want to serve on)

There are a bunch of other flags I added as well. See config.go for the whole list.