From 0006f28511e6e763d4d5bc87d3b060a5df887f43 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 27 Sep 2016 13:46:56 -0500 Subject: [PATCH] push2: don't illuminate a button we do not use --- libs/surfaces/push2/push2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/push2/push2.cc b/libs/surfaces/push2/push2.cc index 6700687ac2..77088587b4 100644 --- a/libs/surfaces/push2/push2.cc +++ b/libs/surfaces/push2/push2.cc @@ -367,7 +367,7 @@ Push2::init_buttons (bool startup) */ ButtonID buttons[] = { Mute, Solo, Master, Up, Right, Left, Down, Note, Session, Mix, AddTrack, Delete, Undo, - Metronome, Shift, Select, Play, RecordEnable, Automate, Repeat, Note, Session, DoubleLoop, + Metronome, Shift, Select, Play, RecordEnable, Automate, Repeat, Note, Session, Quantize, Duplicate, Browse, PageRight, PageLeft, OctaveUp, OctaveDown, Layout, Scale }; -- 2.30.2