Summary: | Git master 2016-02-08 - Audio power meter does not work for timeline | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Evert Vorster <evorster> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | null, paul |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Evert Vorster
2016-02-08 12:58:21 UTC
I can confirm this issue. When I play a clip in the clip monitor, the audio levels meter works fine. But when I insert the clip into the timeline and playback the project, the project monitor audio level meter doesn't work at all. Instead, it plays on the clip monitor instead. Git commit 9177c05d5c014045a1c015adc1d80777c1c87b25 by Jean-Baptiste Mardelle. Committed on 08/02/2016 at 23:44. Pushed by mardelle into branch 'master'. Fix audio level monitor activated on wrong monitor M +3 -4 src/monitor/monitor.cpp M +1 -1 src/monitor/monitor.h M +7 -1 src/monitor/monitormanager.cpp http://commits.kde.org/kdenlive/9177c05d5c014045a1c015adc1d80777c1c87b25 I just re-built kdenlive, and still the audio power meter does not work on the project monitor. https://youtu.be/DFgPahItlUA Has a short clip showing the issue Oh, I think I know what the problem is. Evert, there is a small but in the audio level that causes it to appear when user wants to disable it. So my gues is that audio level is disabled for your project monitor. Can you go in the project monitor menu button (left of the audio level) and check if "Show Audio Levels" is enabled ? Git commit af7080d1617e964bdee5014d6569ccf34781eec3 by Jean-Baptiste Mardelle. Committed on 09/02/2016 at 22:48. Pushed by mardelle into branch 'master'. Fix audio level monitor visibility M +0 -1 src/dialogs/kdenlivesettingsdialog.cpp M +16 -9 src/monitor/monitor.cpp M +18 -2 src/monitor/scopes/monitoraudiolevel.cpp M +3 -1 src/monitor/scopes/monitoraudiolevel.h http://commits.kde.org/kdenlive/af7080d1617e964bdee5014d6569ccf34781eec3 The latest commit fixed the problem for me -- using the latest git master build. JBM, you were right, of course. The "Show audio levels" was disabled for the project monitor. Before the last commit, though, I could see the audio levels greyed out. After the fix there was just nothing in that window until I enabled it. Thanks for the quick fix, and your patience. I just wanted to file a bug for this behaviour in 16.04-af89183 Thanks for the clarification. Just one question: Would it be possible to enable the audio levels by default for the project monitor? I think less people would get confused that way. Cheers! |