Ticket #20 (closed enhancement: fixed)
Treat Continuous lines as Karaoke Syllables when moving boundaries.
| Reported by: | TechNiko | Owned by: | nielsm |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0.0 |
| Component: | Audio | Version: | devel |
| Severity: | minor | Keywords: | audiodisplayrewrite |
| Cc: | Platform: | All | |
| Sub Component: |
Description
When moving the common boundary (on the Audio Display) between two lines that are continuous and selected, move that boundary for both lines. (Like Karaoke Syllable work)
Change History
comment:2 Changed 6 years ago by nielsm
- Keywords feedback added; acknowledged removed
- Status changed from new to assigned
This shouldn't happen always, but only in some special cases, eg. when holding down a key. I'm not sure if I understood the request correctly, but with "and selected", did you mean "both lines are selected simultaneously"? If then, that might solve it nicely... I think.
Can you even use audio timing atm. when multiple lines are selected, and/or does it produce sensible results?
Also, how should this behave with respect to committing? It's obvious when using auto-commit, but what about when that's disabled? I don't think Aegisub can handle having two uncommitted lines as it is now. (And how should it be displayed in the UI?)
comment:3 Changed 6 years ago by TechNiko
Yes I mean when both lines are selected simultaneously. Yes we can use Audio Timing when multiple lines are selected, it's a new feature, it sets all the selected lines to the new Audio Display area at once, which is great. Committing should work the same way as it does for multi-line timing does right now, I'm not aware of its inner-workings.
comment:4 Changed 5 years ago by ArchMageZeratuL
- Keywords confirmed added; feedback removed
- Status changed from assigned to new
IMO, this shouldn't need both lines to be selected, but should only work while holding down ctrl, shift or alt.
comment:5 Changed 2 years ago by nielsm
- Status changed from new to accepted
- Platform set to All
- Sub Component Subtitle - Editing deleted
- Component changed from Subtitle to Audio
- Owner set to nielsm
- Milestone set to 2.2.0
- Keywords audiodisplayrewrite added; confirmed removed
I'll try to lump this into the audio display rewrite.
comment:6 Changed 21 months ago by verm
- Milestone changed from 2.2.0 to 3.0.0
Bump 2.2.0 tickets to milestone:3.0.0 (2.2.0 is becoming 3.0.0)
comment:8 Changed 3 months ago by plorkyeran
- Status changed from accepted to closed
- Version set to devel
- Resolution set to fixed
(In [6461]) Support dragging multiple markers at once in the dialogue timing controller
When ctrl is held down and the user clicks on one of the active line's
markers, all markers at the same position as the clicked marker (for
both active and inactive lines) are now moved along with the clicked
marker.
Closes #20.
