{"id":45389519,"url":"https://github.com/zamaudio/ptformat","last_synced_at":"2026-02-21T18:17:52.737Z","repository":{"id":35027573,"uuid":"39136612","full_name":"zamaudio/ptformat","owner":"zamaudio","description":"Free software file format parser for Avid ProTools sessions","archived":false,"fork":false,"pushed_at":"2025-12-15T09:30:03.000Z","size":552,"stargazers_count":81,"open_issues_count":11,"forks_count":18,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-12-18T08:46:25.415Z","etag":null,"topics":["ardour","interoperability","protools","ptf","ptx","session"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zamaudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.LESSER","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-07-15T12:52:38.000Z","updated_at":"2025-12-15T09:29:41.000Z","dependencies_parsed_at":"2022-09-22T07:03:05.679Z","dependency_job_id":"2e30c537-e541-4fa8-a8b9-796a817882aa","html_url":"https://github.com/zamaudio/ptformat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zamaudio/ptformat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamaudio%2Fptformat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamaudio%2Fptformat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamaudio%2Fptformat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamaudio%2Fptformat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zamaudio","download_url":"https://codeload.github.com/zamaudio/ptformat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamaudio%2Fptformat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ardour","interoperability","protools","ptf","ptx","session"],"created_at":"2026-02-21T18:17:52.212Z","updated_at":"2026-02-21T18:17:52.728Z","avatar_url":"https://github.com/zamaudio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"ptformat [![badge](https://github.com/zamaudio/ptformat/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/zamaudio/ptformat/actions)\n========\n\nptformat reads and parses [ProTools](https://www.avid.com/pro-tools) session files.\n\nAudio and MIDI source/region/track information is extracted, as well as MIDI note events.\n\nThe idea is to make [ardour](https://ardour.org/) open PT sessions.\n\nCurrent functionality\n===\n\nDecrypt and parse a PT file:\n\n\tmake\n\t./ptftool file.pt{s,5,f,x}\n\nAPI\n===\n\nSee ptftool.cc for example usage\n\nWhat works?\n===========\n\n| **PT version** | **Decryption** | **Audio (Sources)** | **Audio (Regions)** | **Audio (Tracks)**| **MIDI (Chunks)** | **MIDI (Regions)** | **MIDI (Tracks)** |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| 5 | Yes | Yes | Yes | Yes | ? | ? | ? |\n| 6 | Yes | Yes | Yes | Yes | ? | ? | ? |\n| 7 | Yes | Yes | Yes | Yes | ? | ? | ? |\n| 8 | Yes | Yes | Yes | Yes | Yes | Yes | Yes |\n| 9 | Yes | Yes | Yes | Yes | Yes | Yes | Yes |\n|10 | Yes | Yes | No groups | Yes | Yes | No groups | Yes |\n|11 | Yes | Yes | No groups | Yes | Yes | No groups | Yes |\n|12 | Yes | Yes | No groups | Yes | Yes | No groups | Yes |\n\n\nRegression testing\n==================\n\nTo test that nothing has broken since code has been changed:\n\n\tmake\n\t./ptreg\n\n\nDummy audio file generation\n===========================\n\nTo make a sox script for regenerating all audio in a PT session as dummy wavs:\n\n\tmake\n\t./ptgenmissing file.pt{s,5,f,x}\n\n\nHacking\n=======\n\nTo decrypt a PT session for further inspection or adding features:\n\n\tmake\n\t./ptunxor file.pt{s,5,f,x} \u003e file.unxor\n\n\nLicense\n=======\n\n### LGPLv2.1+\n\n\nTODO\n====\n\n- Add \u003e= PT10 Compound MIDI/Audio region support\n\n\nBinaries in `bins/`\n===================\n\nThe binaries located in `bins/` directory are specially crafted test sessions\nfor regression testing this library.  They are not programs!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzamaudio%2Fptformat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzamaudio%2Fptformat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzamaudio%2Fptformat/lists"}