Maximum volume increased to 800%

This commit is contained in:
Christopher Snowhill 2020-04-06 23:30:07 -07:00
parent 20ef302410
commit 6c7b7f7213

View file

@ -7,7 +7,7 @@
* *
*/ */
#define MAX_VOLUME 400.0 #define MAX_VOLUME 800.0
double logarithmicToLinear(double logarithmic); double logarithmicToLinear(double logarithmic);
double linearToLogarithmic(double linear); double linearToLogarithmic(double linear);