josephburnett / hive-jam

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

Log Sonic Pi GUI messages when operating in headless mode #34

Open josephburnett opened 8 years ago

josephburnett commented 8 years ago

When sonic-pi is launched in headless mode (e.g. ubuntu-16.04-gce-launch) there is no GUI in which to view error messages. The sonic-jam binary should start an OSC server on port 4558 and log all messages.

josephburnett commented 8 years ago

Started branch https://github.com/josephburnett/sonic-jam/tree/logui for this. Got the server working (with a fork of osc which removes '*' from the invalid address characters !?) but it isn't quite working yet.