3
1
Back

Be centered around the top knobs top_row = height - v_margin - title_font_size*1.5; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff working_height = height - 25; // build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_3, 0]; manual_2 = [left_col, row_2, 0]; audio_in_2 = [left_col, row_2, 0]; pwm_in = [input_column + h_margin/2.

New Pull Request