Jean-Michaël Celerier
Jean-Michaël Celerier
I'm using this mingw-based clang 14: https://github.com/mstorsjo/llvm-mingw ; I build both the llvm development libs and faust with it
I managed to get a fairly small repro: SR = fconstant(int fSamplingFreq, ); process(x) = sin(SR) / cos(SR); the sin / cos version also crashes. So this looks like maybe...
and got it - it looks like the default triple when passing "" is "x86_64-w64-windows-gnu" under mingw with clang ; apparently "x86_64-w64-windows-msvc" must be passed explicitly in that case (even...
wops sorry, all those patches should go in different PRs.
if you're interested in merging them I can clean them up :)
can I merge this @bltzr ?
actually I think that it should be a bit more general: the API would tell "I want a file chooser for .wav files" and it'd work. Processes would just specify...
@bltzr so I added label displaying... however it seems that labels were already set to "TimeNode" by default for Timenode, so when loading a score now every TimeNode has a...
This implies : - Adding a "LabelShown" attribute to the ModelMetadata class. - Adding the information serialization in ModelMetadataSerialization.cpp - Creating a Command class similar to the one in ChangeElementLabel.hpp...
Hmm, my Mac only has one monitor output, I can't even try to reproduce it :(