On Thu, Oct 10, 2013 at 6:29 PM, Aurélien Leblond <blablack@gmail.com> wrote:
- what is the cleanest way to access input port data from the GUI?In short: the DSP part should write an Atom event to notify the GUI.The long: Ardour3 deletes UI instances when the window is closed: that means the state of the UI is lost.
When re-opening the UI, it must re-request the state from the DSP part.
* After this callback is called, UI is defunct. Host must call * LV2UI_Descriptor::cleanup(). If host wants to make the UI visible * again UI must be reinstantiated.