Skip to content

Instantly share code, notes, and snippets.

(
MIDIClient.init;
MIDIIn.connectAll;
~sustain = 0;
~notes = Array.newClear(16);
~ys = Array.newClear(16);
MIDIdef.noteOn(\noteOnTest, {
arg vel, nn, chan, src;

Oops, I forgot to add some files to my last commit!

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!: