-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Support for playlists #27
Comments
After some chats and many time to research, i have got tests sessions with PT logs (very useful !). What i can guess about playlists in these PT sessions : Playlists seem to be standard tracks, with all related in the timeline. It seem to be a block with the mapping playlist > track and another with the tracks (or playlists) actually shown. Identified blocks :
For the trackUIDs : In the log, when adding a track or reload the session file we can read :
So this UID is stored in the session file
That can be converted with
Only one byte change : a char (the second at the left of #) seem to have an offset of 4 or 5. I don't understand that, but it seem sufficient for say that this hex store the TrackUID, so we can base the mapping of the playlists on that. Pro_Tools_2025_01_08_04_27_09 (create session).log |
Thanks a lot for this tool !
For a better integration in a workflow, is it possible to get the playlists of the PT session in the Ardour's session ?
I can send an example session.
I've seen a reference to playlist in the codebase, but c++ is very far of me !
Thank again
The text was updated successfully, but these errors were encountered: