mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
The host is guaranteed to re-scan all parameter values after setting a new state on the plugin, so there's no need to notify the host about parameter changes that happen during the setState call. This also avoids a problem where Bitwig would complain about invalid parameter IDs in 'engine.log' when loading projects containing JUCE VST3s. These log messages were produced because a call to setState was made before Bitwig registered the plugin's parameters, and the setState call in turn called performEdit with parameter IDs that were yet to be registered. |
||
|---|---|---|
| .. | ||
| AAX | ||
| AU | ||
| RTAS | ||
| Standalone | ||
| Unity | ||
| utility | ||
| VST | ||
| VST3 | ||
| AUResources.r | ||
| juce_audio_plugin_client.h | ||
| juce_audio_plugin_client_AAX.cpp | ||
| juce_audio_plugin_client_AAX.mm | ||
| juce_audio_plugin_client_AU.r | ||
| juce_audio_plugin_client_AU_1.mm | ||
| juce_audio_plugin_client_AU_2.mm | ||
| juce_audio_plugin_client_AUv3.mm | ||
| juce_audio_plugin_client_RTAS.r | ||
| juce_audio_plugin_client_RTAS_1.cpp | ||
| juce_audio_plugin_client_RTAS_2.cpp | ||
| juce_audio_plugin_client_RTAS_3.cpp | ||
| juce_audio_plugin_client_RTAS_4.cpp | ||
| juce_audio_plugin_client_RTAS_utils.cpp | ||
| juce_audio_plugin_client_RTAS_utils.mm | ||
| juce_audio_plugin_client_Standalone.cpp | ||
| juce_audio_plugin_client_Unity.cpp | ||
| juce_audio_plugin_client_utils.cpp | ||
| juce_audio_plugin_client_VST2.cpp | ||
| juce_audio_plugin_client_VST3.cpp | ||
| juce_audio_plugin_client_VST_utils.mm | ||