Posted on Sep 11, 2011 by
Quick Hippo
The API have: public ControllerInterface[] getControllerList()
But not: public GroupGroup[] getGroupList()
We need the array of groups for easy operate with them.
What version of the product are you using? On what operating system? 0.5.4
Thanks!
Comment #1
Posted on Oct 7, 2011 by Happy Rhinoadding controlP5.getAll(Class) which allows to request for all Controllers or ControllerGroups specified by parameter Class for example controlP5.getAll(ControllerGroup.class) returns a List with all ControllerGroups currently available.
Status: Fixed
Labels:
Type-Defect
Priority-Medium