We are trying to use Spat for an OSC controlled VBAP mix. Some OSC Message types however seem to be causing troubles. Right now, the following messages are failing for us:
spat5.oper: error occurred when processing "/panning/type "vbap3d""
spat5.oper: error occurred when processing "/decoding/type "passthrough""
spat5.oper: error occurred when processing "/source/1/mode "mono""
So far, we haven’t had success with an OSC Message of type “string”.
The patch initializes Spat to use 64 sources and 24 speakers and other OSC messages like spat5.osc.print: /source/34/direct/mute 0
seem to work just fine.
We use UnityOSC and Max 8.1.0 with Spat 5.1.5.
Any idea why string messages are causing these errors?