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.
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
Can't reproduce with recent beta git 16.07.90. Seems to be fixed.