Export to GitHub

controlp5 - issue #40

ControlP5diyController broken


Posted on Apr 22, 2012 by Happy Monkey

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

Comment #1

Posted on Apr 23, 2012 by Happy Rhino

example will be revised.

Status: Started

Labels:
Type-Defect Priority-Medium