chowdsp_utils
chowdsp_utils copied to clipboard
JUCE module with utilities for ChowDSP
Hi, Im just looking at your PresetManager implementation anddd Im wondering about some of the details like why there is a set of state from the presetmanager and another from...
Is there a safe way to remove parameter Listeners? Like adding some sort of tag to the function? I am doing dynamic popup windows for the sliders but it seems...
``` Timer::~Timer() { // If you're destroying a timer on a background thread, make sure the timer has // been stopped before execution reaches this point. A simple way to...