Summary: | Feature request: add mute function for playback in clip monitor | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Stephan <stephan> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | qubodup, wegwerf-1-2-3 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stephan
2015-07-13 14:55:00 UTC
Git commit 593e6d48b4352a05795aa1cb14a64d17a679050a by Jean-Baptiste Mardelle. Committed on 13/07/2015 at 18:52. Pushed by mardelle into branch 'master'. Cleanup & implement monitor mute shortcut M +2 -1 data/kdenliveui.rc M +3 -3 src/bin/bin.cpp M +4 -8 src/doc/documentchecker.cpp M +9 -3 src/doc/documentvalidator.cpp M +1 -2 src/doc/kdenlivedoc.cpp M +2 -2 src/mainwindow.cpp M +1 -0 src/monitor/abstractmonitor.h M +3 -2 src/monitor/glwidget.cpp M +12 -1 src/monitor/monitor.cpp M +1 -0 src/monitor/monitor.h M +24 -2 src/monitor/monitormanager.cpp M +5 -0 src/monitor/monitormanager.h M +4 -5 src/project/jobs/jobmanager.cpp M +2 -2 src/project/jobs/jobmanager.h M +28 -15 src/renderer.cpp M +2 -1 src/renderer.h M +4 -3 src/stopmotion/stopmotion.cpp M +1 -0 src/stopmotion/stopmotion.h M +2 -9 src/timeline/timeline.cpp http://commits.kde.org/kdenlive/593e6d48b4352a05795aa1cb14a64d17a679050a Whow, great - thanks a lot! I will test this as soon as possible. There is a volume button now, which works with mouse, mousewheel and arrow keys. Very nice! Unfortunately there is no quick mute function (click icon to mute/unmute), which exists in most online and offline video players. Not sure if that's an issue for users who need clip volume controls in the first place. Demo: https://youtu.be/9M2rYDyAkcI There's a "mute monitor" action in recent Kdenlive versions (don't know when it came in), so I think I may safely close this report as RESOLVED FIXED now. Farid, if there should be an issue with this action, feel free to either reopen, or yet better, file a new report with an approriate title referring to the "mute monitor" action. Thank you all very much for your cooperation! |