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
There should be some kind of safe time shifting capacity for tiergroups, and textgrids (maybe tiers). A method like this should shift all start and end times by 1 second.
tg.shift(1.0)
I think the lowest, safe, place to implement the method would be the tiergroup, since below that, shifting just a tier without shifting its superset or subset tier would mess up the timing & containment relations between them.
Tiers and Sequences already have .starts and .ends properties, so adding setters for these might be a useful first step.
What would the use case be for this feature?
Ultimately, "horizontal" textgrid or tier concatenation could utilize this.
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?
There should be some kind of safe time shifting capacity for tiergroups, and textgrids (maybe tiers). A method like this should shift all start and end times by 1 second.
I think the lowest, safe, place to implement the method would be the tiergroup, since below that, shifting just a tier without shifting its superset or subset tier would mess up the timing & containment relations between them.
Tiers and Sequences already have
.starts
and.ends
properties, so adding setters for these might be a useful first step.What would the use case be for this feature?
Ultimately, "horizontal" textgrid or tier concatenation could utilize this.
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: