osc-receive-7009   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/osc_101.xtm

Implementation

; Prints all messages to the log
(define (osc-receive-7009 timestamp address . args)
   (println 'port 7009 address '-> args))


Back to Index