Skip to content

Commit

Permalink
minor jack tune | 449
Browse files Browse the repository at this point in the history
this scalar messes with jack anchors that speed up
it could be handled more intelligently, but this fixes cases like 8th->16th jacks being not properly rated (porco dio)
  • Loading branch information
poco0317 committed Aug 27, 2021
1 parent 1c5efde commit f8f2073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// bpm flux float precision etc
constexpr float anchor_spacing_buffer_ms = 10.F;
constexpr float anchor_speed_increase_cutoff_factor = 2.34F;
constexpr float anchor_speed_increase_cutoff_factor = 1.9F;
static const int len_cap = 5;
// ms to pass that definitely means a jack has finished and we started a new one
constexpr float jack_spacing_buffer_ms = 1000.F;
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 448;
int mina_calc_version = 449;
auto
GetCalcVersion() -> int
{
Expand Down

0 comments on commit f8f2073

Please sign in to comment.