repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c4282
)
Bug Fix
author
bb3dan
<gitdan@citopia.com>
Sat, 21 Sep 2013 23:40:23 +0000
(19:40 -0400)
committer
bb3dan
<gitdan@citopia.com>
Sat, 21 Sep 2013 23:40:23 +0000
(19:40 -0400)
Fixed but that prevented proper startup with APC40 connected
_Internals.pde
patch
|
blob
|
blame
|
history
diff --git
a/_Internals.pde
b/_Internals.pde
index f872d9b7a733086578108e39160096e6da27b36d..7f7e35fbe6c7ffb5326d6a466d1f0383a1b47fc7 100644
(file)
--- a/
_Internals.pde
+++ b/
_Internals.pde
@@
-319,7
+319,7
@@
public class MidiListener extends AbstractScrollItem {
public MidiListener setEnabled(boolean enabled) {
if (enabled != this.enabled) {
this.enabled = enabled;
- uiMidi.redraw();
+
if (uiMidi != null)
uiMidi.redraw();
}
return this;
}