I have mapped Helix Native parameters to widgets. When I change patches in the plug-in the widgets update to reflect the parameter values. However, when I recall presets with GP user preset via script call, the widgets do not update. Is there some code I can use that will update the widgets when I make the preset change script call?
You could try this:
RefreshWidgetsMappedToPlugin : Update widget values to match their mapped parameters - useful when change to plugin preset does not notify the host
- Declaration: function RefreshWidgetsMappedToPlugin (p : Block)
@dhj Has this function been fixed yet?