Well right now I have a unique listener in each constructor for the specific data type that's passed in (currently just float and int). I'd ideally like to have just one generic listener function and one ofAbstractParameter reference inside the slider class that can map to any kind of ofParameter that's passed in.
↧