How to receive send values?
Hello! I have a max for live device in a session with a few send/returns. Using the LOM documentation I was able to have the device see the ids of the sends on a track. But I could not find anywhere where you are able to track the values if the the send dials are tweaked.
For example: Live gives me ids 207 208 209 for sends A B C. Now I change the value of the A dial from 100 to 30. Where is that change being tracked? How can I see the value change?
any help highly appreciated!
live.observer
Hey DOUBLE_UG, thanks for your reply. I’m already using live.observer (pic attached). But I don’t know how to extract the values from the dials.

Each Send requires its own observer. It needs the id from the path 'live_set tracks X mixer_device sends Y' (where Y=0 for A etc) and the message should be 'property value'. Notice that the output values are float numbers 0..1.
Hey Broc, thank you so much, it totally worked! Lifesaver man!