AdarshGupta
AdarshGupta
## Description Talk about the great work you've done! ### What's included? - One - Two - Three #### Test Steps - [ ] do this - [ ] then...
Introduced a pulse toggle that switches pink noise on/off every 1 second (PULSE_INTERVAL). This was done by adding a pulse counter and conditional noise application. Modified the fillWithPinkNoise function in...
Resolved type casting errors in `listenUDP()` by safely converting JUCE `var` values to bool. Updated both .cpp and .hpp files to handle values that might be either boolean or string...
Improved README installation steps