improve AU Latency PropertyChange Events
[ardour.git] / libs / ardour / ardour / audio_playlist_source.h
index 6a586fc30df35be835d5796d1591bc51c1adc4a5..9c815fb238cdb1ab5618647ca636d29771c3c024 100644 (file)
@@ -37,7 +37,7 @@ public:
        virtual ~AudioPlaylistSource ();
 
        bool empty() const;
-       std::string peak_path (std::string audio_path);
+       std::string construct_peak_filepath (const std::string& audio_path, const bool in_session = false, const bool old_peak_name = false) const;
        uint32_t   n_channels() const;
        bool clamped_at_unity () const { return false; }