Daniel Walz
Daniel Walz
> Very nice. Perhaps something similar can be done for StringArray, ListBoxModel, etc., wherever a custom sort might be needed. Indeed, this would be possible. Good idea. `juce::StringArray` just sits...
N.B. if you have a CLA, I'd be happy to sign. If not feel free to merge anyway, hereby I waive any claims on this contribution. Use freely in any...
I see, thank you for the report. The intended use was `tree:property` or `tree:tree:property`. I would have thought adding a property to the root ValueTree should work as well, but...
The module header adds the -lm to a linux build, see https://github.com/ffAudio/ff_meters/blob/master/ff_meters.h#L39 Doesn't this solve the issue? I am not sure, if falling back to the C sqrt is the...
You are right, it should be atomic. I am just thinking about it though, maybe it shouldn't be a flag but a ref counter how many UI objects are looking...
Apologies, I missed the comments to that repository for a while. This looks indeed odd. I haven't seen that in the project where I use the OutlineBuffer. Just to rule...
Thanks for using ff_meters. Do you mind sharing a little more detail? - what's the error message? - which latest juce: develop branch, master branch or juce6? - are the...
I tried and didn't have a problem. If it was related to issue #13 this should be fixed now. Can you please try again? (you will need to resave with...
Yes, a buildlog would help massively. Unfortunately your attachment didn't go through, I guess github doesn't support attachments. Just copy it in the post... Thanks!
Oh, I see. I wasn't aware that maybe_unused is a C++17 feature. You can easily fix that by switching your project to C++17, but I will move back to use...