3
1
Back

//three knobs plus space between them right_panel_width = width_mm - 10 - center_adjust; // build up seven rows; middle one unused row_7 = row_6 + vertical_space/7; cv_in_1a = [left_col, row_7, 0]; manual_1 = [left_col, row_6, 0]; cv_1b_atten = [right_col, row_3, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; f_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [width_mm/2 - h_margin.

New Pull Request