Skip to content

Commit d40db5c

Browse files
committed
Fixed a measurer to avoid false channels overuse caused by too long release
(All WOPN files are must be re-saved to resolve this trouble)
1 parent 6c81438 commit d40db5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/opl/measurer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static void MeasureDurations(FmBank::Instrument *in_p)
158158
const unsigned max_off = 60;
159159

160160
const double min_coefficient_on = 0.2;
161-
const double min_coefficient_off = 0.2;
161+
const double min_coefficient_off = 0.1;
162162

163163
// For up to 40 seconds, measure mean amplitude.
164164
std::vector<double> amplitudecurve_on;

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#define PROGRAM_NAME "OPN2 Bank Editor"
2727

28-
#define VERSION "1.2.0"
28+
#define VERSION "1.2.0.1"
2929

3030
#ifdef IS_QT_4
3131
#define COPYRIGHT_SIGN "(C)"

0 commit comments

Comments
 (0)