Parameter Range min/max values problem in CSS 3.1 vs 2.8
I’ve been struggling with something that became a problem only after migrating, and then attempting to rebuild, a script in 3.1 that was originally built in 2.8 and was working fine.
In 2.8, I used a couple lines of pads on my Akai APC Key 25 to set device parameter values on this specific M4L device. The device sends midi program change messages out to an external fx unit to change its presets. I had a Device Parameter mapping for each pad, the input control type set to “On/Off” (On = 127, Off = 0). For the pad I wanted to trigger PC 1, the Parameter Range was set to “Minimum (%)” = 0 and “Maximum (%)” = 1. This would set the corresponding parameter value of the M4L device to 1, allowing me to use the pad to toggle back and forth between sending PC 1 and PC 0, the latter used to bypass the external unit. For the other pads, the mapping was the same except the Maximum (%) of the Parameter Range was increased to 2, 3, 4, etc. to correspond with the PC numbers I wanted to send. This all worked perfectly and I even set up a series of Reactions mappings to control the LED behavior of the pads to make it easy to see which fx unit preset was on.
In 3.1, the same Maximum % values of the Parameter Ranges are no longer producing the same device parameter values. For instance, the pad that sends Max % = 1 (formerly setting the device parameter value to “1”) now sets it to 127. To get the device values I want, it seems I have to enter Max % values in the Parameter Range that are more like percentages expressed as a numeric decimal value, although this isn’t entirely consistent. As an example, I can’t find a Max % decimal that will produce a device parameter value of 2. I can only get 1 or 3 not matter what I send.
Was there any underlying change in how Parameter Range values were recorded or sent to Live between CSS versions 2.8 and 3.1? Can’t figure out what accounts for this weirdness.
Sign up
User registration is currently not allowed.