Finished loading audio file

If I add an mp3 file to an edit and start playback, the beginning of the file won’t be played as the file hasn’t been fully loaded. Often this is just what you want but sometimes I would like to delay the playback start until the loading is finished so that the whole of the file is played back. What would be a good way to achieve that?

There’s a manual way to do this by finding the proxy file the clip is about to play back and then checking if the ProxyGenerator is creating a proxy for it. Once it’s finished (I.e. no proxies are being created) it should play back correctly.

Does that do what you need?