added send-msg to rsc3/main.rkt

This commit is contained in:
Mustafa 2014-05-17 11:57:25 -07:00
parent 6e125ef878
commit 53a86bf848

View file

@ -1562,6 +1562,11 @@
(lambda (fd n u)
(async fd (d-recv (encode-graphdef (synthdef n u))))))
;; osc message -> ()
(define (send-msg msg)
(with-sc3 (lambda (fd)
(send fd msg))))
;; port -> ugen -> ()
(define play
(lambda (fd u)