Makeblock-official / XY-Plotter-2.0

Instruction for xy-plotter, learn more from Makeblock official website
http://www.makeblock.com
92 stars 57 forks source link

Source code not working in ControlP5 2.2.6 and Processing 3 #18

Open vvzen opened 7 years ago

vvzen commented 7 years ago

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..