ronin/examples/events/on-osc.lisp
Devine Lu Linvega a3d0856c6e Fixed osc
2019-07-23 13:21:38 +09:00

6 lines
66 B
Common Lisp

;
(defn on-msg
(msg)
(debug msg))
; trigger
(on "/a" on-msg)