What steps will reproduce the problem?
1. Open the ControlP5 Group example.
2. Press space twice.
What is the expected output? What do you see instead?
The first press removes the group, the second results in a
NullPointerException. Could be fixed by checking for null first...
if (cp5.group("g1") != null) {
cp5.group("g1").remove();
}
What version of the product are you using? On what operating system?
ControlP5 0.7.3
Please provide any additional information below.
As reported by someone on the Processing forum here:
https://forum.processing.org/topic/controlp5-and-group
Original issue reported on code.google.com by amnonp5@gmail.com on 26 May 2012 at 1:13
Original issue reported on code.google.com by
amnonp5@gmail.com
on 26 May 2012 at 1:13