Skip to content

Commit

Permalink
ohj/cj adjustments | 421
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 9, 2020
1 parent 68ee7ed commit 2aded1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ MinaSDCalcDebug(const vector<NoteInfo>& NoteInfo,
}
}

int mina_calc_version = 419;
int mina_calc_version = 421;
auto
GetCalcVersion() -> int
{
Expand Down
4 changes: 2 additions & 2 deletions src/Etterna/Globals/MinaCalc/Agnostic/HA_PatternMods/CJ.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ struct CJMod
float jack_max = 1.F;
float jack_scaler = 1.F;

float not_jack_pool = 1.2F;
float not_jack_pool = 1.15F;
float not_jack_min = 0.4F;
float not_jack_max = 1.F;
float not_jack_scaler = 1.F;
float not_jack_scaler = 1.75F;

float vibro_flag = 1.F;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct OHTrillMod

float window_param = 3.F;

float min_mod = 0.85F;
float min_mod = 0.9F;
float max_mod = 1.F;
float base = 1.35F;
float suppression = 0.4F;
Expand Down

0 comments on commit 2aded1e

Please sign in to comment.