Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
d1bdc451
Commit
d1bdc451
authored
Sep 27, 2022
by
Jean-Baptiste Mardelle
Browse files
Don't add unnecessary audio level filter on master
parent
cc45f251
Pipeline
#237668
failed with stage
in 4 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/audiomixer/mixerwidget.cpp
View file @
d1bdc451
...
...
@@ -224,7 +224,7 @@ void MixerWidget::buildUI(Mlt::Tractor *service, const QString &trackName)
}
}
// Monitoring should be appended last so that other effects are reflected in audio monitor
if
(
m_monitorFilter
==
nullptr
)
{
if
(
m_monitorFilter
==
nullptr
&&
m_tid
!=
-
1
)
{
m_monitorFilter
.
reset
(
new
Mlt
::
Filter
(
service
->
get_profile
(),
"audiolevel"
));
if
(
m_monitorFilter
->
is_valid
())
{
m_monitorFilter
->
set
(
"iec_scale"
,
0
);
...
...
Eugen Mohr
@emohr
mentioned in commit
3ba202fb
·
Sep 28, 2022
mentioned in commit
3ba202fb
mentioned in commit 3ba202fbbd7fd9a4118772468cc9d49e7e31794e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment