# This config is for testing new combinations of parameters
t_cnt = 10000 # Number of steps to generate
min_tempo = 160 # Minimum tempo
max_tempo = 200 # Maximum tempo
min_len = 1 # Minimum note length
max_len = 5 # Maximum note length
min_note = 60 # Minimum note value
max_note = 71 # Maximum note value
note_step = 3 # Note step for random chain algorithm
sleep_ms = 0 # Artificial pause in ms after generating each step
