I have built spi 3.2 on ubuntu 19.10 which runs well with OSC running on port 4560. See this post http://in-thread.sonic-pi.net/t/ver-3-build-script-for-sonic-pi-3-2-0-for-raspberry-pi/3369/11
However the commandline tool I have been using to control earlier versions of spi - a much modified version derived from sonic-pi-tool.py - no longer works. (it worked well on spi 3.01) I am guessing I am using the wrong port to send commands to spi 3.2 (on previous spi versions I have been using 4557)
I am cross developing a theremin inspired music box on ubuntu 19.10. Spi is controlled by the python script as part of this music box. The same code base also runs on a raspberry pi that runs headless.
Please can someone help me out?