On Sat, 2014-01-18 at 17:15 +0000, Aurélien Leblond wrote: > Hello, > > I have a strange issue in my plugins GUI beatslash-lv2 > (https://github.com/blablack/beatslash-lv2) or deteriorate-lv2 > (https://github.com/blablack/deteriorate-lv2). > > The GUI widgets to control the plugins gets disconnected when used for a > while. > I can reproduce the issue in Ingen almost everytime, although I never > know exact when the GUI will disconnect and Ingen doesn't output any > error. > > What happens is that once the widgets disconnect, if I try to change > the values via the GUI (turn the dial, change the value of a combo > box, etc) the changes are not transferred to the LV2 DSP.
Have you confirmed this issue in a different host as well? There is a lot of stuff going on between your UI and the plugin instance, especially in a client-server host like Ingen. Do you mean your widgets are not receiving events whatsoever, as verified *in the UI alone*, or they aren't getting all the way to the plugin instance? The former problem is much smaller in scope. The problem may not be related to your code or Gtk signals at all. -- dr _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
