From f8f20734eef5ccd1a6d40f5ef38a314635e6f2f5 Mon Sep 17 00:00:00 2001 From: Barinade Date: Thu, 26 Aug 2021 23:01:39 -0500 Subject: [PATCH] minor jack tune | 449 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) --- .../MinaCalc/Dependent/HD_Sequencers/GenericSequencing.h | 2 +- src/Etterna/MinaCalc/MinaCalc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Etterna/MinaCalc/Dependent/HD_Sequencers/GenericSequencing.h b/src/Etterna/MinaCalc/Dependent/HD_Sequencers/GenericSequencing.h index f69783da99..96e3f8f2d1 100644 --- a/src/Etterna/MinaCalc/Dependent/HD_Sequencers/GenericSequencing.h +++ b/src/Etterna/MinaCalc/Dependent/HD_Sequencers/GenericSequencing.h @@ -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; diff --git a/src/Etterna/MinaCalc/MinaCalc.cpp b/src/Etterna/MinaCalc/MinaCalc.cpp index f56f325928..b4132c4dfe 100644 --- a/src/Etterna/MinaCalc/MinaCalc.cpp +++ b/src/Etterna/MinaCalc/MinaCalc.cpp @@ -965,7 +965,7 @@ MinaSDCalcDebug( } } -int mina_calc_version = 448; +int mina_calc_version = 449; auto GetCalcVersion() -> int {