Daniel Walz

Results 24 comments of Daniel Walz

It should not have been occurred if the config option was set to false. But since it has been a while everybody had the chance to fix the automatic channel...

Bump with backlink to the forum https://forum.juce.com/t/std-sort-on-juce-valuetree/52532/10

Thanks, I will have to do some tests.

The Timer is not meant to be a one off. Instead the ApplicationSettings is checked every second. Only if it differs the settings are reloaded. The reason is so you...

Thank you so much for the contribution. I don't know if you saw it, but the windows compiler doesn't like the "not" keyword: https://github.com/ffAudio/foleys_gui_magic/actions/runs/5749812977/job/15586106464#step:5:244 > 4>D:\a\foleys_gui_magic\foleys_gui_magic\modules\foleys_gui_magic\Visualisers/foleys_MagicAudioPlotSource.h(277,13): error C2065: 'not': undeclared...

Yeah, the next error is the `and` as well... cppreference says they are legit, and I found a microsoft page, which list those as well. But seems not standard. Compilers...

Hi Julius, Sorry for letting this lying around. I think it would be a great addition. IIRC it was the same issue about the not being unavailable on windows, is...

Ok, it is building now. Although I was thinking about it: - first idea was to create a LookAndFeel method for the XY-dragger This way you could create a bespoke...