Added "hidden" attribute to track states

This commit is contained in:
Jamie Hardt
2019-10-10 10:33:20 -07:00
parent 5ff1df7273
commit 9e8518a321

View File

@@ -45,7 +45,7 @@ protools_text_export_grammar = Grammar(
track_state_list = (track_state " ")*
track_state = "Solo" / "Muted" / "Inactive"
track_state = "Solo" / "Muted" / "Inactive" / "Hidden"
track_clip_entry = integer_value isp fs
integer_value isp fs