From: Paul Davis Date: Tue, 27 Sep 2016 18:46:56 +0000 (-0500) Subject: push2: don't illuminate a button we do not use X-Git-Tag: 5.4~58 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=0006f28511e6e763d4d5bc87d3b060a5df887f43;p=ardour.git push2: don't illuminate a button we do not use --- 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 };