3
1
Back

- CV-controlled CV offset module - add a voltage to another voltage. Useful here for pitching up from bottom; these are for steps only row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical.

New Pull Request