mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||