added func for custom instruments
This commit is contained in:
parent
d9aee73607
commit
4a82d72d3f
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#lang racket
|
||||
(require rsc3 rhs/rhs)
|
||||
(require rsc3)
|
||||
|
||||
|
||||
;; --- gui stuff
|
||||
|
@ -40,6 +40,11 @@
|
|||
(mul (saw ar freq) 0.1)
|
||||
(mouse-y kr 200 30000 1 0.1) 3 0))))
|
||||
|
||||
;; TODO
|
||||
(define (make-instrument graph)
|
||||
(letc ([bus 0])
|
||||
(out bus graph)))
|
||||
|
||||
;; setup
|
||||
;; show osc messages on server
|
||||
(send-msg (dump-osc 1))
|
||||
|
|
Loading…
Reference in a new issue