You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried running the processing source code but it's full of compiling errors.
The first one is
"The function setColorLabel(int) does not exist"
at lines 107, 108, 109.
I was able to fix the simpler ones: theEvent.controller().value() --> theEvent.controller().getValue() theEvent.group().name() --> theEvent.group().getName()
But there are many more..
The text was updated successfully, but these errors were encountered:
I've tried running the processing source code but it's full of compiling errors.
The first one is
at lines 107, 108, 109.
I was able to fix the simpler ones:
theEvent.controller().value()
-->theEvent.controller().getValue()
theEvent.group().name()
-->theEvent.group().getName()
But there are many more..
The text was updated successfully, but these errors were encountered: