Stéphane Letz
Stéphane Letz
Interesting use of [CNL](https://johnmcfarlane.github.io/cnl/). Is you project visible somewhere?
Are `fix_to_float, fix_mul` kind of functions manually coded? (they are not yet generated but the code generator AFAICS..)
Signals in the Faust compiler have an associated interval (like a `[min, max]` range) with an associated symbolic computation done at each step (even is still imperfect, particularly in the...
Until we improve the compiler interval calculus, I don't think we can move on in the general case. I can possibly improve the C backend so that `-fx ` would...
@madskjeldgaard or @Rhoumi any idea?
I guess this can not be done automatically in the general case. How do VST plugin developers do that in general?
Thanks for investigating. My point is that if the compiler cannot know the latency automatically, there is no point in adding a new function AFAICS. We may better have a...
We could possibly prototype this using the `ffunction` primitive way in a very "hackish" way, like in the following code: ``` import("stdfaust.lib"); reported_latency = ffunction(float reported_latency(float), "latency.h", ""); d =...
Nothing new.
What is the complete DSP code?