Allow disabling audio scrubbing
Closed, ResolvedPublic

Description

From: https://bugs.kde.org/show_bug.cgi?id=371707

As commented by @mardelle in the original post:

This is a really easy task. Scrubbing is enabled in src/monitor/glwidget.cpp by this line (in several places):

m_consumer->set("scrub_audio", 1);

Setting a value of 0 will disable scrubbing, so we just need to add a config option in Kdenlive Settings to enable/disabled it using a KdenliveSettings entry.

frdbr created this task.Oct 14 2018, 1:07 PM
frdbr triaged this task as Normal priority.
frdbr renamed this task from Allow disabling audio scrubing to Allow disabling audio scrubbing.
atericparker added a subscriber: atericparker.

Submitted a pull request to implement this feature here: https://invent.kde.org/multimedia/kdenlive/-/merge_requests/220.

atericparker closed this task as Resolved.Jun 9 2021, 3:21 PM

My pull request has been merged into the master branch.