Hi Anne, If you have Max tell Kyma that it is sending "raw" OSC, then you can send any values without rescaling:
/osc/receive_raw,i 1
If you would like to receive raw data from any external source and do the scaling inside Kyma, have that external source send “osc/receive_raw” with an integer 1 tell the Pacamara not to scale the values. Then you can change the min/max range of the fader in the VCS to properly display the values you’re receiving from the outside world.
To turn off this mode, send osc/receive_raw with 0 as the argument.