3
1
Back

366 lines From 84596d5a5ed3dcb31f8d011b430a2595f00d25a1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Change C13 to 10 Alternative: Midi -> CV We could also do one of these lines? (would these 4 lines ever connect to the last step and output jacks row_2 = row_1 + v_margin + 12; row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; row_3 = row_2 + vertical_space/7; row_3 = working_increment*2 + row_1; row_4 = row_3 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_3 = working_increment*2.

New Pull Request