Julius Smith
Julius Smith
The loss of bintray appears to prevent the unit tests as well. Is there a new location for https://api.bintray.com/conan/johnmcfarlane/cnl ?
Thanks for your reply! I'm trying to run the cnl tests: ``` conan profile update env.CONAN_CMAKE_TOOLCHAIN_FILE=../test/toolchain/clang.cmake default setenv CONAN_REVISIONS_ENABLED 1 conan install --build=missing --options test=unit .. Configuration: [settings] arch=armv8 arch_build=armv8...
Thanks very much! I'm getting much farther now. I've attached my slightly modified version of your "repro steps", as well as its output. The current problem seems to be this:...
I see this on my Mac: $ which clang /usr/bin/clang $ clang -v Apple clang version 13.1.6 (clang-1316.0.21.2.5) Target: arm64-apple-darwin21.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Near perfection!: `100% tests passed, 0 tests failed out of 114` However, I had to comment out a `static_assert` that failed: ```diff --git a/test/unit/scaled_int/elastic/elastic_scaled_int.cpp b/test/unit/scaled_int/elastic/elastic_scaled_int.cpp index 2527f010..2d6a6747 100644 --- a/test/unit/scaled_int/elastic/elastic_scaled_int.cpp...
That IS a strange bug! I reproduced it on my Mac with FAUST Version 2.34.4. Replacing si.smoo with _ goes back to not compiling. Replacing si.smoo with +~_ continues to...
Since std::exp(10000) is "Inf", even in quad precision, "explodes" sounds correct. - Julius On Fri, Apr 16, 2021 at 5:01 PM David Braun ***@***.***> wrote: > Thanks for this info...
> At this time C++ export can't be used with Apple's plugin template as is. What goes wrong with this? I wrote the first faust2vst script doing it this way...
I am curious to hear the problems with "juce rules and limitations". I have some projects in JUCE, and have not hit any barriers, although I haven't yet pushed on...
How about a new escape code? Instead of %i, the code %p could mean "path to this widget", which could be autogenerated in some known way that could be ideally...