repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30bf651
)
Small change
author
bb3dan
<gitdan@citopia.com>
Tue, 24 Sep 2013 15:22:32 +0000
(11:22 -0400)
committer
bb3dan
<gitdan@citopia.com>
Tue, 24 Sep 2013 15:22:32 +0000
(11:22 -0400)
Nothing of interest here
_Internals.pde
patch
|
blob
|
blame
|
history
diff --git
a/_Internals.pde
b/_Internals.pde
index b6d835ceb923b9c00becba042121ed217526b8ed..19b4ed6cf682c47e1293a6925d0a28335f1c10b8 100644
(file)
--- 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) {