Stéphane Letz

Results 436 comments of Stéphane Letz

Probably nothing for now.

AFAICS `tanh` is not available in th JSFX language, documented here: https://github.com/grame-cncm/faust/blob/master-dev/compiler/generator/jsfx/jsfx_instructions.hh#L349 You can possibly ask again on https://forum.cockos.com ?

Seems not supported: https://www.cockos.com/reaper/sdk/js/basiccode.php#js_basicfunc, so @kartun83 you'll have to do a feature request on Cockos side.

Are you speaking of https://faustide.grame.fr ? See here: https://github.com/grame-cncm/faustide.

Nothing I'm aware of.

Thanks @pera. @thopman can you have a look ?

Yes, this is a known limitation that we have to fix.

Most surely missing Common Subexpression Elimination (CSE) pass.

This code: ``` import("stdfaust.lib"); ker = _,_ _); hmm = durs : presum(M); process = hmm; ``` Generates this code which is correct: ``` virtual void compute(int count, FAUSTFLOAT** RESTRICT...