mackie: fix display of send level value

This commit is contained in:
Paul Davis 2016-01-28 23:03:02 -05:00
parent 4a5b81a838
commit f1ed01b97f

View File

@ -532,7 +532,7 @@ Strip::notify_send_level_change (AutomationType type, uint32_t send_num, bool fo
if (control) {
float val = control->get_value();
queue_parameter_display (type, val);
queue_parameter_display (type, control->internal_to_interface (val));
/* update pot/encoder */
_surface->write (_vpot->set (control->internal_to_interface (val), true, Pot::wrap));
}