Re: [Live-devel] Attach sink to multiple sources

2008-03-03 Thread Etienne Bömcke
Thanks for the advice. I'll take a look at this and I'll get back to you if I achieve interesting results. Etienne On 01 Mar 2008, at 02:36, Ross Finlayson wrote: >> I was >> wondering if it was theoretically possible to design a custom Sink >> class, which instances could be attached to vario

Re: [Live-devel] Attach sink to multiple sources

2008-02-29 Thread Ross Finlayson
>I was >wondering if it was theoretically possible to design a custom Sink >class, which instances could be attached to various sources. The best way to do this would not be to define a new type of sink, but instead define a new type of source - i.e., a subclass of "FramedSource" - that would,