Reset the Values when i trigger a live.text button
I used a live.dial to change values via automation and i wont output this value via a message object and a live.text button via MIDI-Out. I trigger live.text with the mouse, everything is okay. I trigger live.text via automation, this reset the value in the live.dial to the last value set.
What am I doing wrong? Thanks in advance. Regards


If you trigger that button A to bang
it will force first message to output it's currently set value.
that is 18 on the screenshot.
So what is going wrong ?
What should it otherwise do ?
Are you using that live.text as toggle or as button ?
if toggle it will trigger both on high and low.
If button it will bang depending on what it is set to do.
You first clear that, before proceeding.
I don't understand "data previously assigned ..." and the rest
Are you trying to say that live.dial does not output it's automated value
into first message ?
And when button triggers the first message has wrong value ?
Maybe values in that first message change too fast for you to realise that maybe automated trigger
comes a tick earlier than automated dial output changes ?
I use the live.text as a button. I set the live.dial value in a first dummy clip. If I need the value later, then I trigger the live.button via a dummy clip. In this new clip is only the trigger command. In this case, the value set via the dummy clip is not pushed into the message, but the last changed in the max-device or the init value is written back to the live.dial value. If both live.dial and live.text are addressed in the dummy clip, it works perfectly. Unfortunately, that's not my goal.