Search found 3 matches

by shabo
Wed Mar 10, 2021 12:25 pm
Forum: Tips & Tricks
Topic: Decoding ALS file format
Replies: 54
Views: 58106

Re: Decoding ALS file format

In Step 4, note that you don't need to gzip the file again, Live reads the uncompressed XML file just adding the .als file extension. Having said that, Live can already collect all the files for all the different Sets (.als) saved inside a single Project (folder) at once with the Manage Project opt...
by shabo
Mon Mar 08, 2021 9:08 am
Forum: Tips & Tricks
Topic: Decoding ALS file format
Replies: 54
Views: 58106

Re: Decoding ALS file format

Why not just do “Collect all and save” in the Live file menu as this does the exact same thing for this reason. Because I have like a thousand live sets which this needs to be done for, and it would take me a week just to open all of them. By the way, I succeeded in doing this so if anyone is in ne...
by shabo
Sun Mar 07, 2021 3:25 pm
Forum: Tips & Tricks
Topic: Decoding ALS file format
Replies: 54
Views: 58106

Re: Decoding ALS file format

Hey guys! I've been working on a little project to help me port my projects to a new machine by updating sample references. Basically I'm writing a Python script that: 1. Decodes an ALS file 2. Finds all external sample references 3. Copies these files to the project folder 3. Updates the references...