mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
006cec05e5 | ||
|
|
a95f0b5cca | ||
|
|
70a5206d73 | ||
|
|
128eed002d | ||
|
|
f8a0d70942 |
@@ -2,7 +2,7 @@
|
|||||||

|

|
||||||

|

|
||||||
[][pypi]
|
[][pypi]
|
||||||

|

|
||||||
[](https://github.com/iluvcapra/ptulsconv/actions/workflows/python-package.yml)
|
[](https://github.com/iluvcapra/ptulsconv/actions/workflows/python-package.yml)
|
||||||
|
|
||||||
[pypi]: https://pypi.org/project/ptulsconv/
|
[pypi]: https://pypi.org/project/ptulsconv/
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# ptulsconv
|
# ptulsconv
|
||||||
|
|
||||||
Read Pro Tools text exports and generate PDF reports, JSON output.
|
Parse Pro Tools text exports and generate PDF reports, JSON output.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Parse and convert Pro Tools text exports
|
Parse and convert Pro Tools text exports
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '2.0.0'
|
__version__ = '2.0.1'
|
||||||
__author__ = 'Jamie Hardt'
|
__author__ = 'Jamie Hardt'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." \
|
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." \
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ def convert(major_mode, input_file=None, output=sys.stdout, warnings=True):
|
|||||||
req.time_type("tc")
|
req.time_type("tc")
|
||||||
req.dont_show_crossfades()
|
req.dont_show_crossfades()
|
||||||
req.selected_tracks_only()
|
req.selected_tracks_only()
|
||||||
session_text = req.export_string
|
session_text = req.export_string()
|
||||||
|
|
||||||
session = parse_document(session_text)
|
session = parse_document(session_text)
|
||||||
session_tc_format = session.header.timecode_format
|
session_tc_format = session.header.timecode_format
|
||||||
|
|||||||
Reference in New Issue
Block a user