Wrong Values Sent on "Send Current"

I have a set of lists transmitting CC. Values are different, but none include zero. Default is 64. When Selecting “Send Current” It sends those values with all 0!

1 Like

It s not easy to understand what you are doing without an example, but check if the values transmitted aren’t the positions in the list (first position =0, second =1, etc) rather than the actual value you gave to that entry in the list.

How to reproduce:

  1. Create a new project.
  2. Create a list control.
  3. In the list items, set the following values:
10 - ten
20 - twenty
  1. Set a default of 10 in the control.
  2. Send to electra.
  3. Monitor the CC output.
  4. Move the corresponding pot to the created list and see the midi values transmitted are 10 and 20 indeed.
  5. From the patch save screen, press “SEND CURRENT”.
  6. See that the CC Value sent is actually the one set on screen. This is ok!
  7. Send again the template to electra without touching the list pot.
  8. From the patch save screen, press “SEND CURRENT”.
  9. See that the CC Value sent for our list control is 0! This is wrong!
  10. Change to another preset, and then, load our preset again.
  11. From the patch save screen, press “SEND CURRENT”.
  12. See that the CC Value sent for our list control is 0! This is wrong!
1 Like

Yep, there’s definitely something not going well. The ‘send current’ option isn’t working correctly just after a preset is called. it looks as if the parameter map is not set correctly for all controls when calling a preset the first time.

1 Like