Bug 361399 - Can't type volume effect parameter during playback (but dragging slider is ok)
Summary: Can't type volume effect parameter during playback (but dragging slider is ok)
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-05 06:27 UTC by qubodup
Modified: 2016-08-12 15:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qubodup 2016-04-05 06:27:39 UTC
kdenlive-git 16.07.70.r7210.01af6cd-1
mlt 6.0.0-1
ffmpeg 1:3.0.1-1

Steps:
1. Start Kdenlive
2. Add video
3. Add clip to timeline
4. Add volume effect to clip
5. Start playback
6. Type in volume effect "db" field

Expected:
1. I can type in the "db" field

Actual:
1. Keystrokes in that field apparently get ignored while the video is playing back.

Video:
https://youtu.be/lR70tAogSeE 

Notes:
Pausing the video allows typing in that field and using the slider also works, so not much of a problem.
Comment 1 Jean-Baptiste Mardelle 2016-04-05 19:24:48 UTC
Git commit 393697681fbc69127ac5999dcd08ae5d69f757f7 by Jean-Baptiste Mardelle.
Committed on 05/04/2016 at 19:24.
Pushed by mardelle into branch 'Applications/16.04'.

Fix editing effect value when playing and effect has only 1 keyframe

M  +6    -0    src/effectstack/dragvalue.cpp
M  +3    -1    src/effectstack/dragvalue.h
M  +5    -1    src/effectstack/widgets/animationwidget.cpp
M  +5    -0    src/effectstack/widgets/doubleparameterwidget.cpp
M  +2    -0    src/effectstack/widgets/doubleparameterwidget.h

http://commits.kde.org/kdenlive/393697681fbc69127ac5999dcd08ae5d69f757f7
Comment 2 Wegwerf 2016-08-12 15:34:12 UTC
Can't reproduce with recent beta git 16.07.90. Seems to be fixed.