Use master_volume() for loudness normalization

This commit is contained in:
Robin Gareus 2020-07-20 23:14:52 +02:00
parent 001072e7d0
commit 4037534860
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 19 additions and 9 deletions

View file

@ -38,7 +38,7 @@ class LoudnessDialog : public ArdourDialog
public:
LoudnessDialog (ARDOUR::Session*, TimeSelection const&);
int run ();
float gain () const { return _gain; }
float gain_db () const { return _gain; }
protected:
bool on_delete_event (GdkEventAny*);