SungminPark

Results 2 issues of SungminPark

I can't find way...sorry for simple question. ``` js new Float32Array(10) ``` `cl::new` seems just create empty object.

feature

```lisp ;; osc-examples.lisp (osc-examples::osc-send-test #(127 0 0 1) 6668) The function OSC:ENCODE-MESSAGE is undefined. [Condition of type UNDEFINED-FUNCTION] ``` ```lisp ;; osc-device-examples.lisp (defparameter *osc-server* (make-osc-server :protocol :udp :debug-mode t)) (boot...