fix thinko-typo in SoloControl::soloed_by_others()
[ardour.git] / libs / ardour / session_click.cc
index 872828e57ecf64df2e481f2f31865508d0dfa9ae..9c67ebef869c99d6d8b22101815d58f7e102b832 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <sndfile.h>
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -133,7 +133,7 @@ Session::click (framepos_t start, framecnt_t nframes)
                }
        }
 
-       _click_gain->run (bufs, 0, 0, nframes, false);
+       _click_gain->run (bufs, 0, 0, 1.0, nframes, false);
        _click_io->copy_to_outputs (bufs, DataType::AUDIO, nframes, 0);
 }