mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Previously, all parameter changes were routed first into cachedParamValues. Then, on each audio callback, an update would be sent to the editor via the parameterDispatcher for each changed value in cachedParamValues. Now, parameter changes are immediately added to the parameterDispatcher, without needing to wait for an audio callback. |
||
|---|---|---|
| .. | ||
| format | ||
| format_types | ||
| processors | ||
| scanning | ||
| utilities | ||
| juce_audio_processors.cpp | ||
| juce_audio_processors.h | ||
| juce_audio_processors.mm | ||
| juce_audio_processors_ara.cpp | ||
| juce_audio_processors_lv2_libs.cpp | ||