Find an Event's length with audio clips in a Parameter Sheet

Hello !

Is it possible to check an event length if the played instruments are in a Parameter Sheet ?
The objective is retrieving the current/the longest audio clip’s length inside the Parameter Sheet’s instruments. Is there a way ?
Since apparently, method using getLength needs to have bits placed in the timeline… Is there some other methods I need to know ?
Thanks !

Unfortunately it isn’t possible to get the length of an event that does not have anything other than the timeline. This is because instruments have no concept of “length” and are just triggered or untriggered whilst on a parameter sheet. The only way to get a general idea would be to manually (or via FMOD Studio scripting) calculate each asset in all instruments present on a parameter sheet, but even then it would not be very representative. Why would you need to know the length of a such an event?