Getting Parameter Value Playing

Hey!

So i was working on a small implementation that works with GUI’s and FMOD

Then i was wondering, after i alter the parameter to the next loop, is there anyway i can get the “parameter requirement value” thats playing in the current segment of the audio clip?
(in this case lets imagine the first loop is playing the required parameter value is 1, and the next loop is 2, so after i set it to 2, and i know that the first part hasnt finished, i wanted to get its current parameter requirement value.)

im aware that i can get the current parameterValue, but i was wondering if i could get the required parameter value thats playing in the current part.