merlinvn / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

ControlP5diyController broken #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open examples -> extra -> controlP5diyController
2. run it

What is the expected output? What do you see instead?

the program should run. Instead an error is raised, saying:
"The method register(Object, String, ControllerInterface<?>) in the type 
ControlP5 is not applicable for the arguments(ControlP5diyController,ControlPad)
The offending line is the n. 25:
cp5.register(pad);

What version of the product are you using? On what operating system?
processing 1.5.1, ControlP5 0.7.2, on Ubuntu 11.04

Please provide any additional information below.
It seems that the ControlP5.register() method has changed, and the example has 
not been updated...

Original issue reported on code.google.com by bacci.gi...@gmail.com on 22 Apr 2012 at 3:38

GoogleCodeExporter commented 8 years ago
example will be revised.

Original comment by soj...@gmail.com on 23 Apr 2012 at 1:25