Thread: Midi <-> OSC
View Single Post
Old 11-19-2017, 04:02 PM   #103
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,690
Default

Quote:
Originally Posted by fundorin View Post
which will convert osc string's parameters into hex, which would be then sent to the surface's LCD.
Sorry I suppose some misconception here.

To move strings retrieved from OSC to Midi SysEX you don't need Hex.

You just need to copy the appropriate bytes. I.e. part of the source string to part of the target string, using strcpy_substr(), strcpy_from() or do a loop with str_getchar() and str_setchar().

-Michael
mschnell is online now   Reply With Quote