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

|
||||

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

|
||||

|
||||
[](https://github.com/iluvcapra/ptulsconv/actions/workflows/python-package.yml)
|
||||
|
||||
[pypi]: https://pypi.org/project/ptulsconv/
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Parse and convert Pro Tools text exports
|
||||
"""
|
||||
|
||||
__version__ = '2.0.0'
|
||||
__version__ = '2.0.1'
|
||||
__author__ = 'Jamie Hardt'
|
||||
__license__ = 'MIT'
|
||||
__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.dont_show_crossfades()
|
||||
req.selected_tracks_only()
|
||||
session_text = req.export_string
|
||||
session_text = req.export_string()
|
||||
|
||||
session = parse_document(session_text)
|
||||
session_tc_format = session.header.timecode_format
|
||||
|
||||
Reference in New Issue
Block a user