Open rosshoyt opened 2 years ago
Sounds like a juce::AudioBuffer hasn't has been allocated without being cleared.
That is the code in that project, this is the expected behaviour, I guess!
Yes, this is intentional. That project just plays white noise from a code in a shared module.
If you feel this is too loud, however, I can certainly make it softer!
@eyalamirmusic that might be a good idea! When I first ran the project, my speakers weren't on too loud yet it was still jarring when the sound started and I had to scramble to turn down speakers.
After cloning this repo and setting up a CLion project using the root CMakeLists.txt, I built and ran the _PluginWithCustomModule_Standalone | Debug_ configuration. Once running, the application blasted white noise out of my speakers. This were the audio output settings by default:
My speakers were not on too loud at the time, but wanted to give you a heads up. I'd imagine other users might experience the same thing. I can look into a fix for this but don't have time until next week.
Regardless, thank you for these helpful CMake examples!