Saving and Opening Edits [Tracktion Engine]

I’ve simplified creating edits with some new functions in track_EditfileOperations.h

Now you can do edit = te::loadEditFromFile (engine, editFile); or edit = te::createEmptyEdit (engine, editFile); and it’ll setup all the options correctly and pass to the Edit constructor.

2 Likes