Stéphane Letz
Stéphane Letz
@orlarey can we fix that on our side?
Are you on maxOS ? If yes using them [2.30.5 binary release](https://github.com/grame-cncm/faust/releases/tag/2.30.5) and using the `faust2unity` tool in a terminal would be the easiest way.
@magnetophon any idea?
You can possibly use the `-fx` (fixed-point) option that will use the `fixpoint_t` type for samples. Then add a proper definition for`fixpoint_t` and associated arithmetic, like showed in a limited...
- `minimal-fixed-point.cpp` file is given as an example, you'll have make a new version for you use case and adapt it - you'll have to define `FAUSTFLOAT` in your adapted...
Thanks, I'll have a look ASAP.
The tab group code indeed has some problems. But since the code was written by a student, I do not master it completely. I took some time to debug without...
Known problem see https://github.com/grame-cncm/faust/issues/482, @orlarey how complex would it be to fix this one?
Thanks for reporting. This one is new AFAICS. I've just added a `faustassert` to prevent the crash here https://github.com/grame-cncm/faust/commit/a80faae7cf16ac5b0ceecd16a075f5a390086c5e. @orlarey any idea on how to fix this one?
Which Faust version ? Are you using the binary distributed version? Or a libfaust version you compile yourself?