Etterna 0.74.4
|
#include <TheThingFinder.h>
Public Member Functions | |
void | setup () |
void | advance_sequencing (const float &ms_now, const unsigned ¬es) |
auto | operator() () -> float |
Public Attributes | |
const CalcPatternMod | _pmod = TheThing |
const std::string | name = "TheThingMod" |
float | min_mod = 0.15F |
float | max_mod = 1.F |
float | base = 0.05F |
float | group_tol = 35.F |
float | step_tol = 17.5F |
float | scaler = 0.2F |
const std::vector< std::pair< std::string, float * > > | _params |
TT_Sequencing | tt |
float | pmod = min_mod |
Hand-Agnostic PatternMod detecting rolly Jumpstream. Looks for continuous segments of a pattern with jumps which physically plays as a jumptrill or a mashed roll.
dev note: probably add a timing check to this as well
const std::vector<std::pair<std::string, float*> > TheThingLookerFinderThing::_params |