Labels Milestones
Back= "preview"; // ["fast preview", "preview", "rendering", "final rendering"] // Top left: clock in, speed pot_p160(); // Left side: meta-step controls // step rotary switch? Special: this needs a _big_ knob, these are for steps only row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_5, 0]; cv_in_2a = [left_col, row_2, 0]; fm_lvl = [second_col, third_row, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, bottom_row, 0]; cv_in = [first_col, fifth_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; triangle_out = [third_col, fifth_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; fm_in = [first_col, third_row, 0]; fm_in = [input_column + h_margin/2, row_1, 0]; pwm_in = [width_mm - h_margin - working_width/8, row_4, 0]; pwm_cv_lvl = [second_col, second_row, 0]; //Third row interface placement f_tune = [width_mm/2 - h_margin, top_row, 0]; scale([.38,.38,-.005]) surface("FireballSpellVertSmaller.png", center=true, invert=false); Am totally not using git correctly From 4fd9d8b7bf20541267f941aa2eacb4afbb30ba6a Mon Sep 17 00:00:00 2001 Subject: [PATCH] re-re-remove the mysterious extra trace.
New Pull Request