markusschloesser / MackieC4_P3

A Mackie C4 Midi Remote Script for Ableton 11
20 stars 2 forks source link

"Send" values are not shown #28

Closed markusschloesser closed 3 years ago

markusschloesser commented 3 years ago

similar to the issue #3 , when in "channel strip" mode, the values for "Sends" are not shown (DisplayParameter for sends for the selected track).

markusschloesser commented 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: image

markusschloesser commented 3 years ago

oh and @BilldarBagdar this also fixes the "sends" problem