Is there a way to get the mapped value on the device?

Discuss music production with Ableton Live.
Post Reply
v0id_scuy
Posts: 13
Joined: Thu Jan 13, 2022 8:49 am

Is there a way to get the mapped value on the device?

Post by v0id_scuy » Sat Aug 16, 2025 9:56 am

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.

pottering
Posts: 1956
Joined: Sat Dec 06, 2014 4:41 am

Re: Is there a way to get the mapped value on the device?

Post by pottering » Mon Aug 18, 2025 8:55 pm

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
♥♥♥

Post Reply