Thread: Midi <-> OSC
View Single Post
Old 11-17-2017, 06:52 AM   #70
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,784
Default

EEL only has two types of data: Floating point ans string.

to print a string variable in printf you would use %s, real variable are formatted according to the format specifier such a %i or %f.

-Michael
mschnell is offline   Reply With Quote