@Christoph-Hart Is this possibly still affecting the convolution reverb settings? I'm seeing identical behavior where values are retained but visually not recalled.
Edit - to be more specific, the Wet Level, Dry Level, High Cut, and Damping seem to be the culprits.
@Christoph-Hart Yes to both. I just pulled in your changes and those errors are now gone. I'm still getting a crash with segmentation fault though so time for me to dust of my debugger and find out what's going on.
@d-healey Hmm, it didn't work. However, I just realized that I only needed to trigger the ComboIndex, and it worked (as you mentioned initially). Thank you :)
inline function oncmbPolyShape2Control(component, value)
{
Polyshape2.setAttribute(Polyshape2.Mode, ComboIndex[value - 1]);
}