Dave Thomas
Dave Thomas
Im curious if this could also work on a juce::AudioBuffer as sometimes I inspect that prior to creating contexts/AudioBlocks?
In the case where there might be mutiple LookAndFeels there appears to be one for each property assigned in the inspector but its not possible to know what LookAndFeel assigned...
When using `Trace_DSP` on Windows I get the following error: ``` `C3495: 'pf': a simple capture must be a variable with automatic storage duration declared in the reaching scope of...
Hi, Im getting an error when running on GI while building a mac architecture: | ``` Run cmake --build Builds --config Release --parallel 4 cmake --build Builds --config Release --parallel...
If I want to target a slightly older baseline, say `-march=core-avx-i` for example, does that cause issues? Whats the recommended practice in this instance? Im assuming compiling with `/arch:AVX2` etc...
### Detailed steps on how to reproduce the bug I get the following data race in logic when using the thread sanitiser: ``` Data race (pid=88833) Write of size 8...
### Detailed steps on how to reproduce the bug Call `LoadImpuseResponse` so an IR is loaded either by the background queue (or when popAll is called by prepare) Call `prepare`...
I'm not actually bothered if theres a background image shown but currently if you wanted one it's not shown. This is the case for me using the distribution.xml.template as it...
I have my machine setup as a local runner and when it gets to the code signing phase this pops up: I moved to a local machine runner because I...