Etterna 0.74.4
|
#include <Balance.h>
Public Member Functions | |
void | full_reset () |
auto | operator() (const ItvHandInfo &itvhi) -> float |
Public Attributes | |
const CalcPatternMod | _pmod = Balance |
const std::string | name = "BalanceMod" |
float | min_mod = 0.95F |
float | max_mod = 1.05F |
float | mod_base = 0.325F |
float | buffer = 1.F |
float | scaler = 1.F |
float | other_scaler = 4.F |
const std::vector< std::pair< std::string, float * > > | _params |
float | pmod = neutral |
Hand-Dependent PatternMod describing the balance between fingers. The value of the mod is lowest when both fingers are equally loaded. Currently only runs off of raw tap counts in the interval
const std::vector<std::pair<std::string, float*> > BalanceMod::_params |