HI @martin Happy New Year to you and everyone here.
Just started testing v4.0.0c. Some observations:
-
The change to to
preset.userFunctions
seems to work OK. -
The bug with previously invisible controls and onPotTouch seems to have been fixed - thanks.
-
I changed my preset to use the new
function events.onPotTouchChange(potId, controlId, touched)
. The function internals do not seem to get executed and I see the deprecated warning in the log. You did not mention that theonPotTouchChange
method has a different parameter list, so I simply added the word “Change” to the code.
11:37:42.638 onPotTouch function will be deprecated. Use onPotTouchChange instead.