mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Use master_volume() for loudness normalization
This commit is contained in:
parent
001072e7d0
commit
4037534860
2 changed files with 19 additions and 9 deletions
|
|
@ -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*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue