io:osc:receive   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

(define (io:osc:receive time address . args)
   (log-info 'override 'io:osc:receive 'to 'handle 'osc 'events:)
   (println time address args))


Back to Index

Similar Entries