Stéphane Letz
Stéphane Letz
Yes, the code written by @agraef (https://github.com/agraef) does not use scale conversion code that is written [here](https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/ValueConverter.h). A use-case is done in [QTGUI.h](https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/QTUI.h) and could be taken as a starting...
Thanks, I'll have a look.
@nuchi I rebased with master-dev and tried to build but could not for now. Could you simply paste somewhere the entire log you get with the lint plugin ? Then...
Thanks. Trying to build on macOS Monterey 12.7.6 with LLCM/Clang 19 installed with macports, I has to do: ``` export LLVM_DIR=/opt/local/libexec/llvm-19/lib/cmake/llvm export Clang_DIR=/opt/local/libexec/llvm-19/lib/cmake/clang ``` but then make debug gives: ```...
OK, compiling with LLVM 18.
@nuchi I was able to fix all sources of non-determinism, using a somewhat "brute-force" approach on all use of Tree pointer comparisons, either directly, or when used on STL containers....
Finally merged, version 2.77.1. I guess it will be doable this way.
We have a [hidden:0|1](https://faustdoc.grame.fr/manual/syntax/#hidden01-metadata) metadata that could be used for that. I mean it it defined (It was actually added for use-cases like "instruments on smartphones", the so-called SmartFaust project,...
And for the `soundfile`, hidden could be always done, but this would have to be done in https://github.com/Fr0stbyteR/faust-ui package.
@turian Yes, please do.