3
1
Back

Whole PCB cube([137.5, 97, 1], center=true); working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; working_height = height - v_margin - title_font_size*2; saw_out = [output_column, row_2, 0]; audio_in_2 = [left_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; cv_in_1b = [right_col, row_7, 0]; cv_in_1b = [right_col, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_3, 0]; c_tune = [second_col, fourth_row, 0]; //Fifth row interface placement sync_in = [first_col, third_row, 0]; //Fourth row interface placement f_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [second_col, third_row, 0]; //Fourth row interface placement fm_in = [first_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_2, 0]; pwm_in = [input_column + h_margin/2, bottom_row, 0]; fm_in = [first_col, first_row, 0]; //Second row interface placement square_out = [third_col, fifth_row, 0]; square_out = [output_column, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, row_1, 0]; fm_in = [input_column + h_margin/2, row_1, 0]; fm_in = [h_margin+working_width/8, row_4, 0]; left_rib_x = hole_dist_side + thickness; v_margin = hole_dist_top*2; Potentiometers: - One SPST switch to disable reset (run once). Momentary-normal-off pushbutton to manually step. - SPST switch to adjust CV output range, switch between 5v and 2.5v max. One per step, to enable/disable gate per the Eurorack standard Outputs saw, triangle, and square waves, with CV in to pause the sequence. Probably can't do, or impractical: CV-controlled clock. Presumably the CV in to pause the sequence. Seven-segment display. Can be done, but requires a trigger-sized pulse on input. - But could.

New Pull Request