summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-12-03 07:19:09 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-12-03 07:27:42 -0600
commit43e5d639cc7e3f01fb3abd66abcd3d9eb7749213 (patch)
treec5163f0fae44d38d377256e0d48efe19b33015b9 /libs
parent2b869e1563342e15b0336a3dc234de8a058b168e (diff)
Faderport: Punch indictor was being left on after blinking
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/faderport/faderport.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/faderport/faderport.cc b/libs/surfaces/faderport/faderport.cc
index 4228bf521a..56d2b9a52f 100644
--- a/libs/surfaces/faderport/faderport.cc
+++ b/libs/surfaces/faderport/faderport.cc
@@ -604,6 +604,7 @@ FaderPort::parameter_changed (string what)
blinkers.push_back (Punch);
} else {
blinkers.remove (Punch);
+ get_button (Punch).set_led_state (_output_port, false);
}
}
}