zamaudio / ptformat

Free software file format parser for Avid ProTools sessions
GNU Lesser General Public License v2.1
72 stars 18 forks source link

Sample PT file v12.8.1 for development reference #4

Closed will-riley closed 5 years ago

will-riley commented 7 years ago

Contains a protools SFX session, a textfile export of that session, and a pdf file with session metadata/info.

PT12.8.1_Sample_Session_Files.zip

zamaudio commented 6 years ago

Thank you, didn't notice this until now.

zamaudio commented 6 years ago

With a few minor changes to ptfformat.cc in dbe24e2, I get:

$ ./ptftool Copy_of_POH_DC_Turnover_SFX_bc.ptx 
ProTools 12 Session: Samplerate = 48000Hz
Target samplerate = 48000

0 wavs, 0 regions, 698 active regions
zamaudio commented 6 years ago

Clearly the offsets are wrong, and it's missing the WAV names and regions. But it's a good start...

zamaudio commented 6 years ago

464edf858 gives me this:

ProTools 12 Session: Samplerate = 48000Hz
Target samplerate = 48000

285 wavs, 285 regions, 2045 active regions
zamaudio commented 6 years ago

d90269e gives me :+1:

ProTools 12 Session: Samplerate = 48000Hz
Target samplerate = 48000

1371 wavs, 1371 regions, 3021 active regions
zamaudio commented 6 years ago

@will-riley this is a great large session, but since there are so many active regions I am unsure which are supposed to map to where since the track names don't match the region names. The metadata you provided doesn't help that much unfortunately. But perhaps when I figure out the correct parsing method I can use this session to verify nothing is broken. Do you have any other sessions that are possibly much smaller perhaps?

tormodvm commented 6 years ago

What would be the optimal session for you to test on? I could string something together...

will-riley commented 6 years ago

Try this one, just 2 mono tracks, with trk/index labeled clips. pt2018.4.0_test_0.2_2_mono_trks.zip

zamaudio commented 6 years ago

Thanks!

zamaudio commented 5 years ago
ProTools 12 Session: Samplerate = 48000Hz
Target samplerate = 48000

496 wavs, 1369 regions, 3017 active regions