Etterna 0.74.4
|
#include <MetaIntervalGenericHandInfo.h>
Public Member Functions | |
void | interval_end () |
handle end of interval | |
void | zero () |
void | handle_row (const unsigned &new_row, const unsigned &hand_mask) |
int | possible_brackets () const |
Public Attributes | |
unsigned | lastlast_row = 0u |
unsigned | last_row = 0u |
generic_base_type | last_type = gbase_type_init |
int | total_taps = 0 |
int | chord_taps = 0 |
int | taps_bracketing = 0 |
bool | bracketing = false |
std::array< int, num_gbase_types > | _base_types = { 0, 0, 0, 0, 0, 0, 0, 0 } |
std::array< int, num_tap_size > | taps_by_size |
tracks hand movements within an interval generically in other words, tracks trills, jacks, chords on a hand
|
inline |
zero everything out for end of hand loop so the trailing values from the left hand don't end up in the start of the right
std::array<int, num_tap_size> metaItvGenericHandInfo::taps_by_size |