Re: [racket] rsound docs

2014-09-30 Thread C K Kashyap
Thank you so much Matthew! Regards, Kashyap On Mon, Sep 29, 2014 at 8:58 PM, Matthew Flatt wrote: > When you install the package, you also install documentation for > RSound. You should be able to find it by selecting "Racket > Documentation" from the "Help" menu in DrRacket, by right-clicking

Re: [racket] rsound docs

2014-09-29 Thread Matthew Flatt
When you install the package, you also install documentation for RSound. You should be able to find it by selecting "Racket Documentation" from the "Help" menu in DrRacket, by right-clicking on an identifier in DrRacket that is provided by the package's library, or by running `raco docs` on the com

[racket] rsound docs

2014-09-29 Thread C K Kashyap
Hi, I saw this nice racketcon video ( https://www.youtube.com/watch?v=DkIVzHNjNEA&list=PLXr4KViVC0qI9t3lizitiFJ1cFIeN2Gdh&index=9) on rsound. I've installed the rsound package and have been able to run the example from the video. Is there a place that has mode documentation/tutorial on rsound? R