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

            Bug ID: 371707
           Summary: Allow disabling audio scrub
           Product: kdenlive
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: User Interface
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Reported in private mail by a user:

I would also appreciate your advice on how to 
> disable/enable audio scrubbing - when I work on video image 
> specifically, it is important for me not to be disturbed or 
> annoyed by "scrubbed" sound. (A particularly disturbing short 
> portion of audio is played when timeline cursor is being moved 
> to new position with mouse - "jumps" to new position). 
> Workarounds such as muting tracks or clips are time consuming 
> and it is easy to forget that they had been made when I just 
> need to start the playback. I think it would be more flexible to 
> have the possibility to turn this option on only when one needs 
> it, just like in some audio software. 

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.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to