The random table dialog makes songs and saves them in the CAMusic directory.

note: the random table dialog is also called the random table window.

increment board song seed:
if checked then it adds 1 to the board song seed
it also shows the seed used to randomize the board

increment rule table seed:
if checked then it adds 1 to the rule table seed
it also shows the seed used to randomize the rule table and the rhythm

increment colored note seed:
if checked then it adds 1 to the colored note seed
it also shows the seed used to give the cells different colors

Tip: To get the same song just use the same 3 seeds.

from key:
the lowest key to use for a song

to key:
the highest key to use for a song

row to start at:
what row to start at
tip: that value is also called row_start_value

play at tempo:
what tempo to play a song at, after the next button is pressed.

output at tempo:
what tempo does the outputed midi file play at

file prefix:
what to start file names with.

file num:
what number to give the next outputed midi file.

next button:
It randomizes the rule table. It adds random cells on the first rows.
It calculates board_height+row_start_value generations.It plays a song
(note: board_height is the height of the board)

output button:
It outputs both a midi file and mca file in the CAMusic directory.