summaryrefslogtreecommitdiff
path: root/libs/ptformat/ptfformat.h
AgeCommit message (Collapse)Author
2017-02-17ptformat: Update the lib to 9d0b64f (upstream ptformat)Damien Zammit
Adds MIDI region import support and simplifies XOR decryption. Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-08-02ptformat: Decrypt ptf files exported from ptx sessionsDamien Zammit
2016-04-16ptformat: Make PT import more resilient to bad user choices and display messagesDamien Zammit
Previously, libptformat would attempt to parse all kinds of files, now the library stops parsing when the version number and session rate is outside valid ranges, returning an error code to the caller. If there is a valid PT file detected, but some audio files are missing, Ardour now pops up an error message to inform the user that some files may be missing from the import. A success message is displayed otherwise. Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-04-14alternative approach for 48532baaa, C++98 compat that actually works, tooRobin Gareus
2016-04-14Revert "remove C++11'isms from libptformat. back to C++98 compat."Robin Gareus
This reverts commit 48532baaa7eeda99e9b5ea880f52308570dc3181.
2016-02-13remove C++11'isms from libptformat. back to C++98 compat.Robin Gareus
2016-02-13Add preliminary PTX support for Protools 10 and 11Damien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2016-02-13Unjumble the PT5 wav ordering in regions/tracksDamien Zammit
by sorting alphanumerically and case insensitively Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-10Add support for building the new 'ptformat' library with MSVCJohn Emmas
2015-08-09Fix to PT5 format, (stereo tracks still not fully supported)Damien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-09Added pt5 pt7 ptx initial format supportDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-06Fixed pt import start offsets and samplerate mismatch offsetsDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>