chowdsp_utils icon indicating copy to clipboard operation
chowdsp_utils copied to clipboard

JUCE module with utilities for ChowDSP

Results 14 chowdsp_utils issues
Sort by recently updated
recently updated
newest added

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...