<div dir="ltr">Hi!<div><br></div><div>I would like to be notified when an readonly parameter changes. Consider for example the current delay or latency of ladspa or lv2 delay plugin. I tried the following with no success:</div><div><br></div><div><div>self.delay.bind_property('left-delay', self.ui_value, 'value', GObject.BindingFlags.DEFAULT)</div><div><br></div><div>When the property is writable I am notified about its changes but not when it is readonly. I know that the plugin code made changes to the parameter because I can see them doing print(self.delay.get_property('left-delay)).</div><div><br></div><div>Is there a way to be notified about these changes without having to periodically calling get_property?</div><div><br></div><div>Best regards,</div><div><br></div><div> Wellington</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Prof.° Wellington Wallace Miguel Melo<br><br><div>CEFET/RJ Uned Nova Iguaçu<br><br></div></div></div>
</div></div>