mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Added "hidden" attribute to track states
This commit is contained in:
@@ -45,7 +45,7 @@ protools_text_export_grammar = Grammar(
|
|||||||
|
|
||||||
track_state_list = (track_state " ")*
|
track_state_list = (track_state " ")*
|
||||||
|
|
||||||
track_state = "Solo" / "Muted" / "Inactive"
|
track_state = "Solo" / "Muted" / "Inactive" / "Hidden"
|
||||||
|
|
||||||
track_clip_entry = integer_value isp fs
|
track_clip_entry = integer_value isp fs
|
||||||
integer_value isp fs
|
integer_value isp fs
|
||||||
|
|||||||
Reference in New Issue
Block a user