|
From: Steve H. <S.W...@ec...> - 2002-10-29 12:37:54
|
On Tue, Oct 29, 2002 at 02:18:38 +0200, Antti Boman wrote:
> >Eg. If we support chains of plugins the user can mess about with these as
> >much as they like, then hit the compile button and a few seconds later
> >everything will get faster without changing the sound. Obviously plugins
> >that are only available in binary form wil still have to be called, but it
> >will still work.
>
> This shows I still have to learn more, as I wouldn't have thought of
> such ingenious way. Did you mean that compile button compiles them all
> at the same time? How much time do you think it would take, for average
> use? Ok, "define average use" ;)
I think the idea was Juan's.
For something like
_______ ___________
|_osc_| -> | | ______________
| ringmod | ---> |_compressor_| -> output
input -> |_________|
I would guess under two seconds to build the .c, compile it and dlload()
it.
- Steve
|