mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
more work on the suprisingly ongoing filename/path/origin issue
This commit is contained in:
parent
153e572696
commit
8388e82fd3
5 changed files with 16 additions and 24 deletions
|
|
@ -213,7 +213,7 @@ int
|
|||
AudioPlaylistSource::setup_peakfile ()
|
||||
{
|
||||
_peak_path = Glib::build_filename (_session.session_directory().peak_path(), name() + ARDOUR::peakfile_suffix);
|
||||
return initialize_peakfile (false, string());
|
||||
return initialize_peakfile (string());
|
||||
}
|
||||
|
||||
string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue