addy1   scheme


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

Implementation

;; define a sending address
(define addy1 (cons "localhost" 7009))


Back to Index