Skip to content

Commit

Permalink
Merge branch 'master' into Note-Repeater
Browse files Browse the repository at this point in the history
  • Loading branch information
hdavid committed Apr 1, 2017
2 parents 4545217 + 668c3a4 commit 1c02585
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Launchpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ def init(self):
for control in self.controls:
if isinstance(control, ConfigurableButtonElement):
control.add_value_listener(self._button_value)


self.set_highlighting_session_component(self._selector.session_component())

self._suppress_session_highlight = False
self.set_highlighting_session_component(self._selector.session_component())
# due to our 2 stage init, we need to rebuild midi map
self.request_rebuild_midi_map()
# and request update
Expand Down
6 changes: 6 additions & 0 deletions SkinMK2.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ class Sends:
class SendsSlider:
On = Rgb.MINT
Off = Rgb.BLACK
class SendsSlider_1:
On = Rgb.MINT
Off = Rgb.BLACK
class SendsSlider_2:
On = Rgb.MINT
Off = Rgb.BLACK

class Sends:#not used yet on legacy launchpad
A = Rgb.BLUE
Expand Down

0 comments on commit 1c02585

Please sign in to comment.