Bug 452495 - Target Audio Track Non-Lock
Summary: Target Audio Track Non-Lock
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: git-master
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-11 11:41 UTC by Stephen Esseenyne
Modified: 2022-08-19 09:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Esseenyne 2022-04-11 11:41:09 UTC
SUMMARY

(When I select V2 to use the track as target, it also locks it.)

When I select A2 (or any other audio track, except A1) to also use the track as target, it does not lock it. When a clip in the Project Bin is selected and before an Overwirte Clip Zone in Timeline is performed, the audio track needs to be reselected because it has selected A1 .

STEPS TO REPRODUCE

1. Be on the Master timeline, select space left to the arrow next to V2 to use track as target and select space left to the arrow next to A2 to also use track as target.
2.  Select a clip in the Property Bin and watch as the target moves from A2 to A1. V2 has not moved.

OBSERVED RESULT

Once the A2 track is selected, selecting a clip in the Project Bin deselects the A2 track and selects the A1 one. V2 does not change.

EXPECTED RESULT

Once the A2 track is selected as target ,it should not change when clicking a clip in the Project Bin.  V2 remains selected.

SOFTWARE/OS VERSIONS
Windows: 
Windows 10 (unknown architecture)

KDE Frameworks Version: 
Version 5.92.0

Qt Version: 
Version 5.15.2 (built against 5.15.2)

ADDITIONAL INFORMATION
22.07.70 (rev. cdff40eaf)
Comment 1 Jean-Baptiste Mardelle 2022-04-12 10:25:41 UTC
Git commit d035aae37c2ae46db2c2423112054f8f80a96750 by Jean-Baptiste Mardelle.
Committed on 12/04/2022 at 10:23.
Pushed by mardelle into branch 'release/22.04'.

Ensure audio target track is remembered if we click on a bin clip with the same number of audio streams

M  +27   -16   src/timeline2/view/timelinecontroller.cpp

https://invent.kde.org/multimedia/kdenlive/commit/d035aae37c2ae46db2c2423112054f8f80a96750
Comment 2 Stephen Esseenyne 2022-04-14 09:59:07 UTC
(In reply to Jean-Baptiste Mardelle from comment #1)
> Git commit d035aae37c2ae46db2c2423112054f8f80a96750 by Jean-Baptiste
> Mardelle.
> Committed on 12/04/2022 at 10:23.
> Pushed by mardelle into branch 'release/22.04'.
> 
> Ensure audio target track is remembered if we click on a bin clip with the
> same number of audio streams
> 
> M  +27   -16   src/timeline2/view/timelinecontroller.cpp
> 
> https://invent.kde.org/multimedia/kdenlive/commit/
> d035aae37c2ae46db2c2423112054f8f80a96750

It works, M. Mardelle. Thank you.
Comment 3 Stephen Esseenyne 2022-08-19 09:38:35 UTC
I should have changed Status to RESOLVED in my last comment. I have done so now.