svn tip has a new OSC port working. See the Audio>OSC menu for opening/closing connections using the GUI, or use the following scheme api:
(osc:open in out) (osc:message path data...) (osc:hook func) (osc:close ) see res/doc/cm.html#osc for the documentation, examples are already in the Help>Examples menu ive tested on osx and linux. Ive saved an OSX build for people to try out here: http://camil.music.uiuc.edu/software/grace/grace-3.4.0-osx-intel.zip I can probably save a Ubuntu build too if anyone wants it but its easy enought to build from sources, you just need liblo installed and its root path specified to premake (you need a recent sndlib too): premake --verbose --target gnu --sndlib /path/to/sndlib --liblo /usr/ local -- possible next steps: optimize input hook calling and implementing osc bundles. i wont tackle this stuff until the dust settles and i get feedback i. todd ingalls wrote a very nice library of supercollider bundles that might be worth porting from cm2/src/rt-sc.lisp ... _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
