Hi, I hope this discussion finds you well.
I have KSP scripted a fairly complex Kontakt instrument with UI controls that are hidden, and then made visible via various selected menus. All functions well and I have set up a Call Snapshots function which works well too, apart from one thing… When swapping between saved Snapshots, the ‘hidden’ UI elements are all made momentarily visible, even though they are scripted as hidden ones, they appear only for a moment but it makes swapping between Snapshots a little visually untidy looking. Is there a way around this? I have tried so many variations of my script, which is quite vast, read the manuals, looked through forums but cannot find an answer. Any help solving this would be amazing! Thank you :)
I am employing the CONTROL_PAR_HIDE, $HIDE_PART_WHOLE_CONTROL) and $CONTROL_PAR_HIDE,$HIDE_PART_NOTHING) which work fine when interfacing with the scripted UI controls in the performance area, but only when swapping between actual saved Snapshots do the unrequired hidden controls appear momentarily.