You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on splitting up some textgrids and the workflow is mostly pretty good, but these operations need to be set manually when building a textgrid from scratch. For example, you can create an empty SequenceTier and populate it with intervals and run ST.__set_precedence() since those init operations are their own function, but if you want to set super/subset attributes or make sure everything is properly ordered, that needs to be done manually. If these operations were their own function, then I could just call that function and make code reuse easier.
Would you like to help add this feature?
Yes, and I will submit a pull request soon.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What feature would you like added?
The following lines should be moved to their own (internal) function similar to __set_precedence() for easier code reuse:
What would the use case be for this feature?
I'm working on splitting up some textgrids and the workflow is mostly pretty good, but these operations need to be set manually when building a textgrid from scratch. For example, you can create an empty SequenceTier and populate it with intervals and run
ST.__set_precedence()
since those init operations are their own function, but if you want to set super/subset attributes or make sure everything is properly ordered, that needs to be done manually. If these operations were their own function, then I could just call that function and make code reuse easier.Would you like to help add this feature?
Yes, and I will submit a pull request soon.
Code of Conduct
The text was updated successfully, but these errors were encountered: