Managing bouncing balls (Ball) by normalizing the output

Hi, having a look at these objects and I would like to use the trajectory of a bouncing Ball, as given by Ball to control tings like amplitude and frequency.

The problem is that for each different set of parameters we get a different output range and I would like to control this range instead by always getting a normalized output.

For instance, for controlling the amplitude modulation, the maximum amplitue value given by Ball should be “1”.

With a normalized output I could easily define and choose what is the desired range.

Is there a way for me to calculate what it the maximum output from a given set of parameters so I can adjust the patch with a normalization factor?

thanks