Hope that makes sense

Virtual Citizen wrote: ↑Mon Sep 23, 2019 4:48 pmLike many users, I add Locators with short notes on tracks when I listen to raw audio recordings, to remember details. However, when I open a clip (in Ableton Live 10 Lite) to Edit it inside Izotope RX 7 and treat it (eg. apply De-Click module, etc), I can't see any of my notes or Locators. The Clip timecode in RX is also completely different (because it is in Standalone mode I am assuming). Anyhow, this makes it hard to quickly find the part you want to edit inside a long clip.
I know RX 7 allows you to import Markers (haven't tested yet), but it sure would be nice if Locator notes could be 'transported' seemlessly into RX when the window pops up. I can enter markers manually in RX but it doubles the amount of work. If people have solutions to this, I am open to ideas. I am still learning the software.
(It would be great to have the ability to keep all locators in place when we copy to another track.)
Great job with the instructions! I was able to load the .txt file into an editor and combine my <Locators> values BUT when I reversed the steps and tried to zip the txt file back up and then change its extension to .als I was unable to load the live set. You didnt really say that could be done but possibly you know of the steps to re-construct this back into a standardized .als file? I know XML formatting and I followed the format carefully but I think the wonkiness of converting the text file back into a zip and then an als file got me the error:unity303 wrote: ↑Fri Jul 12, 2019 10:51 pmSOLUTION: I think I figured out a really crude workaround for this. Extract your locators, the brute force way:
Rename your .ALS project file to .ZIP
Open the ZIP (I used 7-zip on PC) and I found a file, it's basically XML Mark-Up language.
For compatibility, rename extract and rename that file to .TXT
Open the .TXT
Search for "Locators" within that XML-styled .TXT file
You will find all your locators in one area.
Copy all your Locator data and then:
Save that your Locator data to a new file called AbletonPleaseHelpUsExportTheseLocatorsAutomaticallyWithTimestamps.XML
![]()
You can import your new .XML into something like Sheets.google.com
There is a Time Value column (at least in 10.1) that is MEASURE-BASED, not a timestamp/framevalue!
Using this value you can calculate the Timestamp (in seconds) based on your BPM. Up to you what you want to do with that!
*DO* Let me know if anybody thinks the above is helpful?
I can create a free (limited-support) script/tool for this for PC/Mac if there is enough interest to simply output a line-by-line sorted text file that says "[mm:ss] LocatorTextGoesHere", but for now I just use a Google Sheets with FLOOR() and MOD() equations.