From: Antti B. <ant...@mi...> - 2002-10-29 12:52:57
|
Steve Harris wrote: > For something like > _______ ___________ > |_osc_| -> | | ______________ > | ringmod | ---> |_compressor_| -> output > input -> |_________| > > I would guess under two seconds to build the .c, compile it and dlload() > it. Seems fine. If it's not a Plain Stupid Idea (tm), compiling could be made in a different thread. OTOH, if you have the possibility to test your changes without compiling, a sip of coffee when it's all done is never a bad idea. -a |