[CM] cm 3.6.0 beta 3

Heinrich Taube taube at uiuc.edu
Mon Apr 26 13:54:25 PDT 2010


just to be clear: you send osc message data as separate message args.  
each value can be tagged but Scheme values integer, float, string,  
symbol, character, boolean true, boolean false all map directly to  
their OSC equivalents and do not need tagging.


osc:message("hi/ho", 12, 3.4, #t)

or

osc:message( {"hi/ho" 12 3.4 #t})




More information about the Cmdist mailing list