jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

sine-window doesn't work at all? #22

Open jbclements opened 7 years ago

jbclements commented 7 years ago

(define (my-note f) (rs-mult (sine-window SAMPLE-TONE-LEN (* 0.1 FRAME-RATE)) (make-tone f 0.5 SAMPLE-TONE-LEN)))