3
1
Back

Left_edge = -rotate_vector_sin * rail_depth; right_edge = height - 25; // build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_3 = working_increment*2 + row_1; row_4 = row_3 + vertical_space/7; cv_in_1a = [left_col, row_5, 0]; audio_out_1 = [right_col, row_7, 0]; cv_in_1b = [right_col, row_2, 0]; fm_in = [first_col, third_row, 0]; //Fourth row interface.

New Pull Request