From: Paul Davis Date: Mon, 20 Jun 2016 12:31:05 +0000 (-0400) Subject: push2: fix one pad registration detail X-Git-Tag: 5.4~178 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=be1dff4aaa6ccefa287f1beb5798352e6f2dd509;p=ardour.git push2: fix one pad registration detail --- diff --git a/libs/surfaces/push2/buttons.cc b/libs/surfaces/push2/buttons.cc index 360cf77fe8..8343c54ec9 100644 --- a/libs/surfaces/push2/buttons.cc +++ b/libs/surfaces/push2/buttons.cc @@ -84,7 +84,7 @@ Push2::build_maps () MAKE_PAD (5, 0, 52); MAKE_PAD (5, 1, 53); MAKE_PAD (5, 2, 54); - MAKE_PAD (5, 3, 56); + MAKE_PAD (5, 3, 55); MAKE_PAD (5, 4, 56); MAKE_PAD (5, 5, 57); MAKE_PAD (5, 6, 58);