mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix a subtle detail in loudness analysis after timeline type changes
This commit is contained in:
parent
38aa2560f3
commit
bc98af7433
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ Editor::loudness_assistant_marker ()
|
|||
bool is_start;
|
||||
|
||||
if (((l = find_location_from_marker (marker, is_start)) != 0) && (l->end() > l->start())) {
|
||||
measure_master_loudness (l->start(), l->end(), true);
|
||||
measure_master_loudness (l->start().samples(), l->end().samples(), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue