Closed markusschloesser closed 3 years ago
fixed, in EncoderController
from:
vpot_display_text = (send_param[1], 'send{0}'.format(format_nbr))
to:
vpot_display_text = (send_param[0], send_param[1])
Result:
oh and @BilldarBagdar this also fixes the "sends" problem
similar to the issue #3 , when in "channel strip" mode, the values for "Sends" are not shown (DisplayParameter for sends for the selected track).