Etterna 0.74.4
|
#include <CJOHJ.h>
Public Member Functions | |
void | full_reset () |
void | advance_sequencing (const col_type &ct, const base_type &bt) |
void | set_prop_comp () |
void | set_pmod (const metaItvHandInfo &mitvhi) |
auto | operator() (const metaItvHandInfo &mitvhi) -> float |
void | interval_end () |
Public Attributes | |
const CalcPatternMod | _pmod = CJOHJump |
const std::string | name = "CJOHJumpMod" |
float | min_mod = 0.57F |
float | max_mod = 1.F |
float | prop_pool = 1.F |
float | prop_scaler = 0.63F |
const std::vector< std::pair< std::string, float * > > | _params |
OHJ_Sequencer | ohj |
int | max_ohjump_seq_taps = 0 |
float | base_seq_prop = 0.F |
float | base_jump_prop = 0.F |
float | prop_component = neutral |
float | pmod = neutral |
Hand-Dependent PatternMod detecting one hand jumps. This is used specifically for Chordjacks. initially copied from ohj but the logic should probably be adjusted on multiple levels
const std::vector<std::pair<std::string, float*> > CJOHJumpMod::_params |