zzkt / osc

a common lisp implementation of the Open Sound Control protocol aka OSC
GNU General Public License v3.0
37 stars 8 forks source link

Make osc-examples use usocket for portability #4

Closed boqs closed 6 years ago

boqs commented 6 years ago

The original example was specific to sbcl. This usocket example works on my machine for both ccl & sbcl (linux x86_64)

zzkt commented 6 years ago

thanks