Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: fudi , Previous: ats-cuda-display , Home: General

Clamps Packages

Networking

cuda-usocket-osc

cuda-usocket-osc is a replacement for incudine's OSC architecture as that currently can't be used on OSX. It is a thin compatibility layer, reimplementing the most important functions of incudine using the Common Lisp usocket library.

cuda-usocket-osc gets automatically enabled when loading Clamps on OSX and can be enabled on Linux by pushing :cuda-usocket-osc to *​features​* before loading incudine. This can be achieved by putting the line below in the file $HOME​/.clampsinit.lisp:

(pushnew :cuda-usocket-osc *features*)

If :cuda-usocket-osc is enabled, a line with the following content will be printed in the REPL when loading clamps:

shadowing incudine.osc functions with cuda-usocket-osc

Note that this will not implement the full incudine osc framework!