Files
ardour/libs
Robin Gareus ae6900d8af Catch up with plugin property changes (LV2/JUCE)
When a user changes a value in the Plugin GUI, JUCE informs the
DSP behind the host's back, and later informs the host from the
DSP (realtime) thread, by sending patch:Set messages from the DSP
back to the host/UI.

This is really bad practice, particularly since the plugin does
no even use LV2 instance access, or LV2 data access features.
2025-10-02 01:29:45 +02:00
..
2025-02-01 11:30:14 +01:00
2025-06-12 02:25:43 +02:00
2025-08-19 14:20:39 +02:00