jbclements / RSound

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

simple trinagle-wave added #40

Closed CastixGitHub closed 4 years ago

CastixGitHub commented 5 years ago

Thanks. This library is awesome.

test:

(require rsound)
(define sig1
  (network ()
           [a <= triangle-wave 560]
           [out = (* 0.1 a)]))

(play (signal->rsound 441000 sig1))