Re: [Faudiostream-users] How to place values in lists?

2022-08-21 Thread Robin Gareus
On 8/20/22 00:23, Albert Graef wrote: > On Fri, Aug 19, 2022 at 6:23 PM Yann Orlarey wrote: > >> We will never thank Albert Graef enough for the black magic of pattern >> matching in Faust ;-) >> > > Thanks! So even though nobody uses Pure much these days (including myself), > its

Re: [Faudiostream-users] How to place values in lists?

2022-08-19 Thread Robin Gareus
On 8/19/22 08:19, Yann Orlarey wrote: > Hi Robin, > > Here is a generic shelfcascade with an arbitrary list of frequencies. The > gains are directly routed. They are in the reverse order (the first input > is the gain of the last stage). > > > shelfcascade(lf) = bus(lf), ls3(first(lf)) : sc(lf)

Re: [Faudiostream-users] How to place values in lists?

2022-08-18 Thread Robin Gareus
On 8/19/22 00:24, b...@magnetophon.nl wrote: > Hi Robin, > > When I saw your shelving based MB compressor, I also set out to make a > generic N band and M channel version of it.  :) > I ran into the same problem, and came up with this solution: >

Re: [Faudiostream-users] How to place values in lists?

2022-08-17 Thread Robin Gareus
On 8/17/22 22:12, Hermann Meyer wrote: > > were you could put anything you like into the filterbank, when defined, > while set frequency at runtime. > > process= _: geq: ( dist5s , dist4s , dist3s, dist2s, dist1s) Thanks for the confirmation that what I'm currently doing is not far off the

Re: [Faudiostream-users] How to place values in lists?

2022-08-17 Thread Robin Gareus
a function call stack. -- robin On 8/17/22 18:55, Klaus Scheuermann wrote: > I did a list with wavform once > https://faustdoc.grame.fr/manual/syntax/#waveform-primitive > > Hope it helps... > >> On 17. Aug 2022, at 18:10, Robin Gareus wrote: >> >> Hello Faust communit

[Faudiostream-users] How to place values in lists?

2022-08-17 Thread Robin Gareus
Hello Faust community, I'm brushing up my FAUST skills. It's been over a decade and it's amazing to see how far things have grown. Well now, I just ran into an issue: How can I place signal primitive into a list? e.g. use _,_ as list arguments (_,_) for `an.analyzer(3, HERE)` If I