From: Sampo Savolainen Date: Mon, 10 Nov 2008 20:27:30 +0000 (+0000) Subject: More sane status led for transport X-Git-Tag: 2.8.16~1078 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=5c4601c08ac2e2c8010a5ac4c6d8413442c880ce;hp=475b1e36a916d0613d927f2bcd33125f53f24795;p=ardour.git More sane status led for transport git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4133 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/libs/surfaces/wiimote/wiimote.cc b/libs/surfaces/wiimote/wiimote.cc index a855935bda..ec871d5e61 100644 --- a/libs/surfaces/wiimote/wiimote.cc +++ b/libs/surfaces/wiimote/wiimote.cc @@ -138,11 +138,10 @@ WiimoteControlProtocol::update_led_state() { ENSURE_WIIMOTE_THREAD(sigc::mem_fun(*this, &WiimoteControlProtocol::update_led_state)); - // ensure thread needs to be done here... uint8_t state = 0; if (session->transport_rolling()) { - state |= CWIID_LED3_ON; + state |= CWIID_LED1_ON; } if (session->actively_recording()) {