mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
Fixes case where audiofiles used wrong peakfiles
This commit is contained in:
parent
95b144ee58
commit
624f76b229
10 changed files with 46 additions and 40 deletions
|
|
@ -217,7 +217,7 @@ AudioPlaylistSource::setup_peakfile ()
|
|||
}
|
||||
|
||||
string
|
||||
AudioPlaylistSource::generate_peak_path (const string& /*audio_path_IGNORED*/)
|
||||
AudioPlaylistSource::construct_peak_filepath (const string& /*audio_path_IGNORED*/) const
|
||||
{
|
||||
return _peak_path;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue