Copying String arguments in OSC

Currently I have a working prototype based on the #lighthack project that has three encoders (for the time being) and 4 buttons. The buttons control "layers" (a local int and switch cases) to determine which parameters are being controlled by the encoder, and what is displayed on the screen. One of these days I'm going to figure out how to use the active wheels to determine the active parameters...

But in the mean time, does anyone know how to copy string type arguments to a local variable? getString returns the number of characters so I dug into the OSC API and I still can't find the right code to use it as a local String to display. 

Parents Reply Children
No Data