There were other issues too, I didn’t get it working perfectly, just tried to find what was preventing it from working. That was definitely the biggest problem… those variables were never changing otherwise.
Aside from that, you’re only setting that visible states once, and it’s always the same… so you won’t see any changes. If you change the chnsets to look like this for instance:
chnset sprintfk("visible(%d)",kLFOtype==1 ? 1 : 0),"imageIdentS1"
chnset sprintfk("visible(%d)",kLFOtype==2 ? 1 : 0),"imageIdentT1"
You’ll see the changes then, but only when using the “-” button for some reason. I didn’t figure that one out yet… but one mystery at a time, right? ![]()

