Labels Milestones
BackHardware/Panel/precadsr-panel/sym-lib-table Normal file View File Merge pull request synth_mages/MK_SEQ#1 2666d5803f Footprint selection, some PCB layout choices 4d8e233e93 Add CV in to pause the sequence. Seven-segment display. Can be done, but requires a lot of wiring and increases risk of noise on power rails. Things best left to external modules: - CV-controlled CV offset module - add a voltage to another voltage. Useful here for pitching up from bottom; these are for steps only row_5 = row_4 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_4 = working_increment*3 + row_1; row_3 = row_2 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_7 = row_6 + vertical_space/7; cv_in_1a = [left_col, row_5, 0]; audio_out_1 = [right_col, row_1, 0]; square_out = [output_column, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, row_1, 0]; fm_pot = [input_column + h_margin/2, row_1, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; right_rib_x = width_mm - thickness*2.5 - tolerance*6; out_row_1 = v_margin+12; Initial stab at a 10-step panel layout # Kassutronics Precision ADSR build notes | C7, C11 | 2 .../Unseen Servant/Unseen Servant.kicad_sch 8516 lines Latest commits for file Synth Mages Power Word Stun provides ensmoothened ±12V with 6 2x8 IDC power connectors to supply Eurorack voltage. Updates to rev 2 beta by adding +5V, and both trigger/gate and CV routing updates to rev 2 Notes on needed revisions from revision 1: **Corrected:** Fix silkscreen misalignment for lower three knobs Consider shifting C5 so one of the indenting spheres' centers from the Source Code.
New Pull Request