Hanspeter Portner <dev@open-music-kontrollers.ch> schrieb am So., 3. Jan. 2016 um 12:21 Uhr:

If you need to talk to some existing OSC TCP server implementation you
are forced to use whatever framing scheme the server expects.

Yes, sure.

 

* SuperCollider expects size-prefixed OSC via TCP (OSC-1.0)
* PureData expects SLIP encoded OSC via TCP (OSC-1.1)
* Renoise (3.1) expects SLIP encoded OSC via TCP (OSC-1.1)
* Renoise (<3.1) expects raw OSC via TCP, with no framing at all ;-)


So I guess it's time for SuperCollider to adopt the new standard ;-)