Faderport: Punch indictor was being left on after blinking

This commit is contained in:
Ben Loftis
2015-12-03 07:19:09 -06:00
parent 2b869e1563
commit 43e5d639cc

View File

@@ -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);
}
}
}