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

#include <IntervalInfo.h>

Public Member Functions

void handle_interval_end ()
 resets all the stuff that accumulates across intervals
 
void update_tap_counts (const int &row_count)
 

Public Attributes

int total_taps = 0
 total taps
 
int chord_taps = 0
 non single taps
 
std::array< int, num_tap_size > taps_by_size
 count of taps for each tap_size
 
int mixed_hs_density_tap_bonus = 0
 

Detailed Description

simple struct to accumulate raw note info across an interval as it's processed by row, will be reset at the end of the interval

Member Data Documentation

◆ mixed_hs_density_tap_bonus

int ItvInfo::mixed_hs_density_tap_bonus = 0

number related to amount of jumps in the interval. inflated by dense hs/js mix

◆ taps_by_size

std::array<int, num_tap_size> ItvInfo::taps_by_size
Initial value:
= { 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0 }

count of taps for each tap_size


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