From 36ac320b44d9a0aa6142d2e4ed32907c6dd65afd Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 13 Oct 2019 13:10:10 -0700 Subject: [PATCH 1/3] Update __init__.py v0.2.0 --- ptulsconv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index 93ddd9f..74937f1 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -2,6 +2,6 @@ from .ptuls_grammar import protools_text_export_grammar from .ptuls_parser_visitor import DictionaryParserVisitor from .transformations import TimecodeInterpreter -__version__ = '0.1.0' +__version__ = '0.2.0' __author__ = 'Jamie Hardt' __license__ = 'MIT' \ No newline at end of file From 22c205d63852645729246d7f808a690f60bd2e5f Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 13 Oct 2019 15:04:58 -0700 Subject: [PATCH 2/3] Update __init__.py v0.3.0 nudge --- ptulsconv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index 74937f1..ad79cf8 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -2,6 +2,6 @@ from .ptuls_grammar import protools_text_export_grammar from .ptuls_parser_visitor import DictionaryParserVisitor from .transformations import TimecodeInterpreter -__version__ = '0.2.0' +__version__ = '0.3.0' __author__ = 'Jamie Hardt' __license__ = 'MIT' \ No newline at end of file From d1185544433ab7e33e17cecb09e3cdf38fedd8e1 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 3 Nov 2019 14:47:51 -0800 Subject: [PATCH 3/3] Update README.md Removed link to ProToolsText --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 29a8b5f..a425240 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,3 @@ A clip name beginning with "&" will have its parsed clip name appended to the pr cues will be applied (later clips having precedence). The clips need not be touching, and the clips will be combined into a single row of the output. The start time of the first clip will become the start time of the row, and the finish time of the last clip will become the finish time of the row. - -## Other Projects - -This project is under construction. Look at [Pro Tools Text](https://github.com/iluvcapra/ProToolsText) -for a working solution at this time.