Global 'showValuePopup' not working?
-
Hi guys!
I'm having an issue where the valuepopup on knobs/sliders keeps appearing, while having this at the end of my script:
for (k in AllKnobs) k.set("showValuePopup", No);
Someone having an idea on a fix? Thnx!
-
This post is deleted! -
Try this:
for (k in AllKnobs) k.set("showValuePopup", "No");
-
@MidiMinion i guess i was that stupid. thanks!
-