From: bb3dan Date: Tue, 24 Sep 2013 15:22:32 +0000 (-0400) Subject: Small change X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=commitdiff_plain;h=ec80ebfd44cc824e5e6e356aaeb45e18b1426812 Small change Nothing of interest here --- diff --git a/_Internals.pde b/_Internals.pde index b6d835c..19b4ed6 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -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) {