Skip to content

Commit

Permalink
Fixed a measurer to avoid false channels overuse caused by too long r…
Browse files Browse the repository at this point in the history
…elease

(All WOPN files are must be re-saved to resolve this trouble)
  • Loading branch information
Wohlstand committed Mar 24, 2018
1 parent 6c81438 commit d40db5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/opl/measurer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static void MeasureDurations(FmBank::Instrument *in_p)
const unsigned max_off = 60;

const double min_coefficient_on = 0.2;
const double min_coefficient_off = 0.2;
const double min_coefficient_off = 0.1;

// For up to 40 seconds, measure mean amplitude.
std::vector<double> amplitudecurve_on;
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define PROGRAM_NAME "OPN2 Bank Editor"

#define VERSION "1.2.0"
#define VERSION "1.2.0.1"

#ifdef IS_QT_4
#define COPYRIGHT_SIGN "(C)"
Expand Down

0 comments on commit d40db5c

Please sign in to comment.