We were unable to construct the commit group for this pull request. Please email [email protected] with error code #34123N for more details

Add track volume control and audio level indicator in timeline #1883

Open
bmatherly opened 4:02pm on August 2, 2026 wants to merge 1123 Ξ” into mltframework/shotcut master from
track_audio

Pull Request Overview

  • Opened on August 3, 2026
  • Status Open
  • Commit count 7 with first commit August 3, 2026

Total Delta

1123 Total Diff Delta

Open Days

Open 35 weekdays

Test Delta

0 Diff Delta in Test Files
Breakdown by Phase

How long has this pull request spent in each phase of its lifecycle?

Data pending calculation for pull request

Author avatar

Add track volume control and audio level indicator in timeline

Track volume control is now available in each timeline track header and updates the track gain via a hidden volume filter.

A per-track audio level indicator shows the audio level for each track in the timeline UI. The indicator color mapping follows the audio meter gradient and updates in real time with incoming levels.

The the audiolevel and volume filters are hidden and are added after all the user filters. So some refactoring was necessary to keep track of normalizing filters (hidden), pre-user filters (subtitle feed - hidden), user filters (not hidden), and post-user filters (track volumen and level - hidden)

Depends on https://github.com/mltframework/mlt/pull/1278

Volume control:

Level indicators:

No comments have been left on this PR.