Etterna 0.74.4
|
#include <CJOHASequencing.h>
Public Member Functions | |
void | zero () |
void | reset_seq () |
void | reset_max_seq () |
void | update_max_seq () |
void | complete_seq () |
to reset the current chain and continue a new one | |
void | chain_swap () |
void | swap_failed () |
void | operator() (const col_type &ct, const base_type &bt, const col_type &last_ct, const float &any_ms) |
int | get_max_total_len () |
int | get_max_anchor_len () |
int | get_max_chain_swaps () |
int | get_max_not_swaps () |
Looks for anchors and chains. this:
01 01 11 10 10 11 01 01 ...
or 01 11 11 10 ...
special case: also this (not a chain!) 01 11 11 01 ...
|
inline |
execute a chain swap. set longest anchor size, etc base pattern required for successful chain swap: 01 11 10
|
inline |
technically difficult repeat anchor-jumps base pattern: 01 11 01