Stub implementation of LV2 persist extension.
[ardour.git] / libs / ardour / ardour / audioregion.h
index b919b6572c847ac9964ca7afa70f7cff46887bc7..902e7eb9340fd49735bea295688ce4dae1057958 100644 (file)
@@ -83,7 +83,7 @@ class AudioRegion : public Region
        gain_t scale_amplitude() const { return _scale_amplitude; }
 
        void normalize (float, float target_in_dB = 0.0f);
-       double maximum_amplitude () const;
+       double maximum_amplitude (Progress* p = 0) const;
 
        bool envelope_active () const { return _envelope_active; }
        bool fade_in_active ()  const { return _fade_in_active; }