Don't worry, instead of creating a new commit with the new files:
git add . // add new files
git commit -m "Oops I forgot some files sry"
You can fix your last commit!:
( | |
MIDIClient.init; | |
MIDIIn.connectAll; | |
~sustain = 0; | |
~notes = Array.newClear(16); | |
~ys = Array.newClear(16); | |
MIDIdef.noteOn(\noteOnTest, { | |
arg vel, nn, chan, src; |