Labels Milestones
BackPWM duty // pots (all p160s): // PWM duty // pots (all p160s): font_for_label = "Futura Md BT:style=Medium"; font_for_title = "Futura Md BT:style=Medium"; label_font_size = 5; //knob_radius top_row = height - v_margin - title_font_size*1.5; working_height = height - v_margin*2 - title_font_size*1.5; saw_out = [output_column, row_1, 0]; f_tune = [second_col, third_row, 0]; fm_lvl = [h_margin+working_width/8, row_3, 0]; cv_in_2b = [right_col, row_6, 0]; audio_in_1 = [left_col, row_3, 0]; pwm_duty = [input_column, bottom_row, 0]; c_tune = [second_col, fifth_row, 0]; pwm_duty = [input_column, row_2, 0]; audio_in_2 = [left_col, row_7, 0]; cv_in_1b = [right_col, row_5, 0]; audio_out_1 = [right_col, row_1.
New Pull Request