repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3d53c
)
Fix bug with preset storing
author
Mark Slee
<mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 24 Oct 2013 16:55:43 +0000
(09:55 -0700)
committer
Mark Slee
<mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 24 Oct 2013 16:55:43 +0000
(09:55 -0700)
_MIDI.pde
patch
|
blob
|
blame
|
history
diff --git
a/_MIDI.pde
b/_MIDI.pde
index 1a43c958b7fcc2aaef8a018d5100d133501a2317..59c5f826f7eea8e88acc00c396efe00dc7885614 100644
(file)
--- a/
_MIDI.pde
+++ b/
_MIDI.pde
@@
-731,9
+731,7
@@
class APC40MidiOutput implements LXParameter.Listener, GridOutput {
}
}
public void onPresetStored(LXDeck deck, Preset preset) {
- if (deck == getTargetDeck()) {
- onPresetStored(deck, preset);
- }
+ onPresetSelected(deck, preset);
}
});
resetParameters();