Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TheThingLookerFinderThing2 Struct Reference

#include <TheThingFinder.h>

Collaboration diagram for TheThingLookerFinderThing2:
Collaboration graph
[legend]

Public Member Functions

void setup ()
 
void advance_sequencing (const float &ms_now, const unsigned &notes)
 
auto operator() () -> float
 

Public Attributes

const CalcPatternMod _pmod = TheThing2
 
const std::string name = "TheThing2Mod"
 
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_Sequencing2 tt2
 
float pmod = min_mod
 

Detailed Description

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

Member Data Documentation

◆ _params

const std::vector<std::pair<std::string, float*> > TheThingLookerFinderThing2::_params
Initial value:
{
{ "min_mod", &min_mod },
{ "max_mod", &max_mod },
{ "base", &base },
{ "scaler", &scaler },
}

The documentation for this struct was generated from the following file: