I am experiencing an odd situation with a C++ program I am developing and OSC from Kyma.
Kyma will send happily to the port of an OSCulator listener , using the the NELSendOsc class.  OSCulator will forward it to the port of my app, with no format or timestamp changing ( as far as I can see)  - that works fine in my app and with the C++ framework  I am using.
But if I try to send the Kyma messages directly to the app , the messages  don't  trigger the message received callbacks.
So I am wondering if OSCulator is somehow comforming to the Kyma output in a different way than the OSCReceiver Class of the framework I am using.
Perhaps there is a specific type of float that Kyma sends out that I should be aware of in my program?
For reference, what are the types that Kyma sends over OSC at the moment?