1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_processors
reuk 210ed82ca2
VST3 Host: Send parameter changes to IEditController, even when process is not being called
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.
2023-01-12 19:13:56 +00:00
..
format Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
format_types VST3 Host: Send parameter changes to IEditController, even when process is not being called 2023-01-12 19:13:56 +00:00
processors AudioProcessorGraph: Cache render buffer pointers for improved performance 2023-01-05 19:52:53 +00:00
scanning Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
utilities PluginHostType: Add checks for auvaltool and com.apple.audio.InfoHelper 2022-12-01 11:41:51 +00:00
juce_audio_processors.cpp Add some missing JUCE_BSD guards 2022-12-21 22:20:06 +00:00
juce_audio_processors.h Bump version number to 7.0.4 2023-01-05 14:36:45 +00:00
juce_audio_processors.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_processors_ara.cpp ARA: Fix ARA debug configuration 2022-08-15 12:07:40 +02:00
juce_audio_processors_lv2_libs.cpp Android/iOS: Avoid building LV2 2022-07-07 09:15:30 +01:00