From: Fernando C. <fca...@gm...> - 2021-02-28 17:00:18
|
Hello, I've successfully tested liblo in C, writing both client and server implementations. Now I'm faced with a maybe silly problem... I can compose an OSC message from native C types using lo_message_new() and appropriate lo_message_add_* methods. But, how may I convert OSC arguments from lo_arg to native C types? Thanks! Fernando |