3
1
Back

Variant of 2, often played before 2, to build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; // special: the right-hand side tries to squeeze 6 rows into the space of 5 out_working_increment = working_increment * 4 / 5; out_row_2 = working_increment*1 + out_row_1; out_row_4 = working_increment*3 + row_1; row_4 = working_increment*3 + row_1; row_3 = row_2 + vertical_space/7; row_5 = working_increment*4 + row_1; row_3 = row_2 + vertical_space/7; cv_in_1a = [left_col, row_5, 0]; audio_out_1 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; audio_out_1 = [right_col, row_2, 0]; fm_lvl = [second_col, third_row, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; fm_lvl = [second_col, fourth_row, 0.

New Pull Request