In this function there’s a test for sourceFile.exists(). If it fails it just silently falls through.
Do you think we could get an assert there. I’ve spent about 2 hours (arrrgh) without someone solving a problem caused by a file path resolver that was silently failing
Hmm, I’m not quite sure that’s the best place for the assertion… Where is it getting called from in your code? It feels like ClipTrack::insertWaveClip would be a better place. Is that the code path you’re using?