Skip to content

Commit

Permalink
Update mcvgo.ino
Browse files Browse the repository at this point in the history
Changed the midi start note to C1
  • Loading branch information
maasijam committed Feb 9, 2020
1 parent d03a114 commit 65754fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/mcvgo/mcvgo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OneButton btn(sw, true);

const int pitchbend_value_positive = 1200;
const int pitchbend_value_negative = -1200;
const float offset_pitch = 60;
const float offset_pitch = 36;


const int LED = 13;
Expand Down

0 comments on commit 65754fe

Please sign in to comment.