Re: [linux-audio-dev] [ANN] Faust Online

2006-11-04 Thread Orlarey Yann
> Any plans for a DSSI architecture? The plan is, with the help of the community, to support the largest possible set of architectures. DSSI support is certainly a good candidate , but I don't know how much work it would represent, compared for example to the existing LADSPA architecture.

Re: [linux-audio-dev] [ANN] Faust Online

2006-11-03 Thread Orlarey Yann
> Not to drag things out, but the problem isn't really with FC4. Anyone > who doesn't have libpangocairo installed will not be able to run those > binaries. Period. You said the compiler server isn't linking the > binaries against that lib, but I just don't see how that's possible. > Run string

Re: [linux-audio-dev] [ANN] Faust Online

2006-11-03 Thread Orlarey Yann
Paul Coccoli a écrit : > Here's pkg-config on my FC4: > > [EMAIL PROTECTED] ~]$ pkg-config --libs gtk+-2.0 > -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm > -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 > -ldl -lglib-2.0 > > Unless you statically link the generate

Re: [linux-audio-dev] [ANN] Faust Online

2006-11-03 Thread Orlarey Yann
Paul Coccoli a écrit : > On 11/2/06, Orlarey Yann <[EMAIL PROTECTED]> wrote: >> Paul Coccoli a écrit : >> > The alsa-gtk build does not run on my FC4 box, because it requires >> > libpangocairo-1.0.so.0. >> alsa-gtk applications are build against gtk+-2.0 whi

Re: [linux-audio-dev] [ANN] Faust Online

2006-11-02 Thread Orlarey Yann
Paul Coccoli a écrit : > The alsa-gtk build does not run on my FC4 box, because it requires > libpangocairo-1.0.so.0. alsa-gtk applications are build against gtk+-2.0 which requires pangocairo-1.0. Have you gtk+-2.0 installed ? > > The whole thing looks very cool though! > Thanks.

[linux-audio-dev] [ANN] Faust Online

2006-11-02 Thread Orlarey Yann
Dear All, A completely rewritten Faust website is available at http://faudiostream.sourceforge.net or at http://faust.grame.fr . Its main feature is the possibility to use the Faust compiler online, via the web pages, without having to install it on your machine. The website contains a small cata

Re: [linux-audio-dev] Writing a winner takes it all gain filter.

2006-06-16 Thread Orlarey Yann
Hi Alex, Alex Polite a écrit : > My first project will be a winner-takes-it-all-gain filter that takes > n number of inputs and lowers the gain on all but the loudest signal. If I have correctly understood the problem, here is how it could be implemented in Faust : envelop= abs : max