Re: [Faudiostream-users] demand-rate in faust?

2020-07-18 Thread James Mckernon
On 7/18/20, James Mckernon wrote: > I also couldn't see from a quick inspection the difference between > control and enable, but no matter, peu importe. Ah, now I see: enable also scales its output by the trigger. ___ Faudiostream-users mailing list F

Re: [Faudiostream-users] demand-rate in faust?

2020-07-18 Thread James Mckernon
On 7/14/20, Dario Sanfilippo wrote: > Hi, Till. > > I'll try to be more clear. > > I'm referring to a control-rate stepped stream as shown in Oleg's example, > where the actual work is performed only if the condition is true, as > opposed to a control-rate stepped stream of the kind that we someti

Re: [Faudiostream-users] arbitrary channels to recursive definition?

2020-07-18 Thread Yann Orlarey
Hi Oleg, Here is an implementation of apply. It's the closest I've found ;-). The idea is to pass to the op function a list of selectors that simulate the formal parameters but that can be created in arbitrary numbers. tsum((x, xs)) = sin(x)/cos(x) + tsum(xs); tsum(x) = sin(x)/cos(x); apply(N,op

Re: [Faudiostream-users] arbitrary channels to recursive definition?

2020-07-18 Thread Oleg Nesterov
Hi Yann, On 07/17, Yann Orlarey wrote: > > I'm not sure that answers your question, No it doesn't ;) probably I wasn't clear, please see below. > but you can do that, for instance: of course, you can always rewrite dsBus2int or anything else, but what if you do not want to change the "wants-the