[racket-dev] Q. about live snips

2010-09-07 Thread John Clements
I'm writing code for beginners that produces sound values. I'd like to render these values as snips that have a start and a stop button. My first experiment looked like this: #lang racket (require racket/gui) (define f (make-object image-snip%

Re: [racket-dev] Q. about live snips

2010-09-07 Thread Robby Findler
You can do that, but you need to start by making your own derived snip% instance. There's a lot of boilerplate that goes into those things, tho. Robby On Tue, Sep 7, 2010 at 5:39 PM, John Clements cleme...@brinckerhoff.org wrote: I'm writing code for beginners that produces sound values.  I'd