Allow > 0dB gain per channel in the audio matrix (#1720).
[dcpomatic.git] / src / wx / audio_gain_dialog.cc
index 5cd936d2439fb9bb4f0807b678cc0a0e56291a8d..1181123651dacb6eaa5f5c77edc9e3e053968034 100644 (file)
@@ -31,7 +31,7 @@ AudioGainDialog::AudioGainDialog (wxWindow* parent, int c, int d, float v)
        _gain = add (new wxSpinCtrlDouble (this));
        add (_("dB"), false);
 
-       _gain->SetRange (-144, 0);
+       _gain->SetRange (-144, 18);
        _gain->SetDigits (1);
        _gain->SetIncrement (0.1);