removed output for send-msg
This commit is contained in:
parent
f546b393ab
commit
12a9447ef4
1 changed files with 4 additions and 2 deletions
|
@ -1558,7 +1558,8 @@
|
||||||
;; osc message -> ()
|
;; osc message -> ()
|
||||||
(define (send-msg msg)
|
(define (send-msg msg)
|
||||||
(with-sc3 (lambda (fd)
|
(with-sc3 (lambda (fd)
|
||||||
(send fd msg))))
|
(send fd msg)))
|
||||||
|
(void))
|
||||||
|
|
||||||
;; osc message -> ()
|
;; osc message -> ()
|
||||||
;; waits for /done
|
;; waits for /done
|
||||||
|
@ -1599,7 +1600,8 @@
|
||||||
(with-sc3 (lambda (fd)
|
(with-sc3 (lambda (fd)
|
||||||
(send fd (bundle -1 (list (g-free-all1 0)
|
(send fd (bundle -1 (list (g-free-all1 0)
|
||||||
clear-sched
|
clear-sched
|
||||||
(g-new1 1 0 0)))))))
|
(g-new1 1 0 0))))))
|
||||||
|
(void))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue