mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This is intended to fix two issues: - In REAPER, setting automation recording to 'Latch', recording some automation, saving and reloading the project, then starting playback causes automation data to be overwritten. This appears to be because REAPER interprets parameter change messages sent during state restoration as originating from the user. - In Ableton Live, automation lanes are sometimes disabled when loading projects. This also seems to be because the setStateInformation call may send parameter change messages back to the host. According to the docs for kAudioUnitProperty_ClassInfo, the host is required to notify all parameter listeners that the parameter values may have changed, implying that the plugin need not send its own parameter change notifications during state restoration. |
||
|---|---|---|
| .. | ||
| 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 | ||