Re: [Faudiostream-devel] fb_comb/fb_fcomb implementation

2025-02-23 Thread Oleg Nesterov
Oh... I am so sorry for the huge delay. Trust me, I was very-very busy with my paid work. Please see https://github.com/grame-cncm/faustlibraries/pull/218 Hmm... I get the same "Merging is blocked" error again... I decided to split this change. The second patch is trivial, but the changelog is n

Re: [Faudiostream-devel] fb_comb/fb_fcomb implementation

2025-02-23 Thread Oleg Nesterov
Damn!!! sorry for the spam, forgot to mention... Julius says: > > Note that df1 and df2 are _not_ equivalent in the time-varying case Yes, but I don't see the usage of modulated fb_comb() in *.lib However, I can redo this PR with _fb_comb1(dop,N,b0,aN) = *(aN) + *(b0) ~ dop(N-1);