change the semantics of AudioFileSource::peak_path() and Session::peak_path() a little.
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 28 May 2015 23:08:47 +0000 (19:08 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 28 May 2015 23:08:47 +0000 (19:08 -0400)
commit2cb3cbe491b2a0782968b53e04c781dd1fcc9b04
tree8b625f770e0b1b57832f94958cb80fb9c96b7d98
parent1291f3d2e826bf6c3ceb2fe100b38ebdd90c2001
change the semantics of AudioFileSource::peak_path() and Session::peak_path() a little.

If given a full path that points outside the current session but is within another ardour session,
attempt to use the peakfiles present in that other session.
libs/ardour/audiofilesource.cc
libs/ardour/session.cc