3
1
Back

Two RENDER hooks. * These work in realtime, but don't cache, so they're slow. * So once you are using Eurorack thickness = 2; center_adjust = 2.5; //mm first_col = 10.1+center_adjust; //mm second_col = width_mm/2; //mm third_col = 60.7-center_adjust; //mm cv_in = [first_col, third_row, 0]; saw_out = [output_column, row_2, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; pwm_duty = [second_col, fifth_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; square_out = [output_column, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_2, 0]; fm_in = [input_column + h_margin/2, bottom_row, 0]; cv_in = [first_col, fifth_row, 0]; //left_rib_x = thickness * 1; right_rib_x = width_mm - h_margin; out_row_1 = v_margin+12; Initial stab at a 10-step panel layout ideas out_row_1 = v_margin+12; out_row_2 = working_increment*1 + out_row_1; out_row_3 = working_increment*2 + row_1; row_4 = working_increment*3 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_7 = working_increment*6 + out_row_1; out_row_3 = working_increment*2 + row_1; row_4 = working_increment*3 + out_row_1; out_row_4 = working_increment*3 + row_1; row_3 = working_increment*2 + row_1; row_3 = working_increment*2 + out_row_1; out_row_7 = working_increment*6.

New Pull Request