Skip to content

Commit f8f2073

Browse files
committed
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)
1 parent 1c5efde commit f8f2073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Etterna/MinaCalc/Dependent/HD_Sequencers/GenericSequencing.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// bpm flux float precision etc
1818
constexpr float anchor_spacing_buffer_ms = 10.F;
19-
constexpr float anchor_speed_increase_cutoff_factor = 2.34F;
19+
constexpr float anchor_speed_increase_cutoff_factor = 1.9F;
2020
static const int len_cap = 5;
2121
// ms to pass that definitely means a jack has finished and we started a new one
2222
constexpr float jack_spacing_buffer_ms = 1000.F;

src/Etterna/MinaCalc/MinaCalc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ MinaSDCalcDebug(
965965
}
966966
}
967967

968-
int mina_calc_version = 448;
968+
int mina_calc_version = 449;
969969
auto
970970
GetCalcVersion() -> int
971971
{

0 commit comments

Comments
 (0)