Is there a way to control live's nudge_up / nudge down from Max?

rtek's icon

I am trying to see if this is possible via the live.object path. I see that the nudge_up and nudge_down are properties of the live_set and values of 1 and 0 make it go on and off (Boolean) accoding the the LOM.

However it doesn't seem like it's one of the properties that live.object seems to recognize. So I was wondering if there is a way to turn the nudge buttons on/off from Max. A simple Max button/toggle would do. has anybody ever looked into this?

Max Patch
Copy patch and select New From Clipboard in Max.

If it helps any, is what I have been working on, any help is greatly appreciated.....

broc's icon

Remember that a 'call' message is used for functions, not for properties.
So in your patch you need using messages like [set nudge_up 1] and [set nudge_up 0].