3
1
Back

Pots. 's notes on repique/caixa, two or three for surdos row_2 = row_1 + v_margin + 12; row_2 = row_1 + v_margin + 12; top_row = height - v_margin - title_font_size*1.5; top_row = height - v_margin; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff left_panel_width = 12.5*3 + tolerance*4; //three knobs plus space between them //left_panel_spacing = left_panel_width / 3 + tolerance*8; echo("Left panel:", left_panel_width, " with spacing ", left_panel_spacing); right_panel_width = width_mm - 10 - center_adjust; center_col = width_mm/2; //mm third_col = 60.7-center_adjust; //mm cv_in = [input_column, bottom_row, 0]; pwm_duty = [input_column, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, bottom_row, 0]; pwm_duty = [input_column, row_2, 0]; cv_2b_atten = [right_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; manual_1 = [left_col, row_3, 0]; c_tune = [second_col, third_row, 0]; saw_out = [third_col, third_row, 0]; saw_out .

New Pull Request