I think I realized it, I wrote it down like this now:

f = *(current_sample_coef) : + ~(*(previous_sample_coef));

Looking at produced signal it seems to work. Did I get it correctly?


On 22/06/18 02:49, Viacheslav Lotsmanov wrote:
> Hello.
>
> I'm trying so sum current sample with previous one (multiplied by some
> coefficients) like this:
>
> f = *(current_sample_coef) <: _, (_ : mem : *(previous_sample_coef))
>
> But it seems it isn't working at all, like delayed single sample is just
> disappeared.
>
> λ faust --version
> FAUST, DSP to C++ compiler, Version 0.9.90
> Copyright (C) 2002-2016, GRAME - Centre National de Creation Musicale. All 
> rights reserved.
>
> How do I actually do this?


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to