For example, I want to send the grain size of granular 3 to the outside via OSC.
I tried various methods, but I was only able to get normalized values.(like 0-255,0-1)
I contacted support, but they couldn't resolve the issue as it was outside their scope of support.
Is there a way to get the mapped value on the device?
Re: Is there a way to get the mapped value on the device?
Property "display_value" or call "__str__" function of DeviceParameter.
https://docs.cycling74.com/apiref/lom/deviceparameter/
Try using "API Browser.amxd" from Building Max Devices Pack, you can find out a lot about how LOM works with this device.
https://www.ableton.com/en/packs/building-max-devices/
"Live.DeviceParameter.DeviceParameter.str_for_value()" in Python, but not sure.
https://structure-void.com/PythonLiveAP ... ve11.0.xml
https://docs.cycling74.com/apiref/lom/deviceparameter/
Try using "API Browser.amxd" from Building Max Devices Pack, you can find out a lot about how LOM works with this device.
https://www.ableton.com/en/packs/building-max-devices/
"Live.DeviceParameter.DeviceParameter.str_for_value()" in Python, but not sure.
https://structure-void.com/PythonLiveAP ... ve11.0.xml
♥♥♥