We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c81438 commit d40db5cCopy full SHA for d40db5c
src/opl/measurer.cpp
@@ -158,7 +158,7 @@ static void MeasureDurations(FmBank::Instrument *in_p)
158
const unsigned max_off = 60;
159
160
const double min_coefficient_on = 0.2;
161
- const double min_coefficient_off = 0.2;
+ const double min_coefficient_off = 0.1;
162
163
// For up to 40 seconds, measure mean amplitude.
164
std::vector<double> amplitudecurve_on;
src/version.h
@@ -25,7 +25,7 @@
25
26
#define PROGRAM_NAME "OPN2 Bank Editor"
27
28
-#define VERSION "1.2.0"
+#define VERSION "1.2.0.1"
29
30
#ifdef IS_QT_4
31
#define COPYRIGHT_SIGN "(C)"
0 commit comments