Autotune parameter with live.dial not working
Hi,
im trying to control an Autotune real-time advanced (inside universal audio console) parameter from a M4L device I’ve built.
The live.dials hit Autotune in UA Console via CC. I have it working, however, the retune knob I’m trying to adjust has a value of 0-400 in the plugin (which I’m unsure if that’s milliseconds or not). When I try using the standard 0-127 int on the dial it skips values. Same goes if I try to use ENUM from 0-400.
Any suggestions on how to make the live.dial get every single value from 0-400 ?
Thanks!
Isn't the cc limited to 128 step resolution anyway?
yeah but the knob on auto-tune for retune speed goes from 0-400. I don't know what its doing under the hood but its skipping number when i turn the live.dial and not grabbing every single number from 0-400
Yes, you already wrote that. Maybe this knob can be remote controlled using another protocol than standard midi?
in auto-tune realtime advanced, you have to allocate the CC parameter of the knob you want to use. Its the only way to access it via UA console

Its currently moving in increments of 3 up to 400
Did you ever find a solution to this?
I think there is no other way than dealing with increments of ~3 or finding another way to control this parameter. If using MIDI CC, you are locked with a definition of 128 values. 400/128 = 3.125 so for each MIDI step you will increase your paramater value of about 3 to get up to 400.