Small change
authorbb3dan <gitdan@citopia.com>
Tue, 24 Sep 2013 15:22:32 +0000 (11:22 -0400)
committerbb3dan <gitdan@citopia.com>
Tue, 24 Sep 2013 15:22:32 +0000 (11:22 -0400)
Nothing of interest here

_Internals.pde

index b6d835ceb923b9c00becba042121ed217526b8ed..19b4ed6cf682c47e1293a6925d0a28335f1c10b8 100644 (file)
@@ -217,7 +217,7 @@ public class SCMidiInput extends AbstractScrollItem {
   SCMidiInput(MidiInputDevice d) {
     mode = MIDI;
     d.createInput(this);
-    name = d.getName();
+    name = d.getName().replace("Unknown vendor","");
   }
   
   SCMidiInput(int mode) {