We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977630f commit f5fab57Copy full SHA for f5fab57
ui/mixerconsole.cpp
@@ -4,8 +4,9 @@
4
#include "../sessiondata/session.hpp"
5
#include "../common/floatconv.hpp"
6
7
-using namespace Anja;
+#include <cstdio>
8
9
+using namespace Anja;
10
11
static double gain_map(double x)
12
{return 6.0*x + (1-x)*(-72.0);}
0 commit comments