Accessing automated (eg. tempo) values while adjusting them
Hi all. Here's my M4L setup:
I have tempo automation on my master track. I can access this via "path live_set master_track mixer_device song_tempo" / live.observer.
During performance, I want to multiply this automated value with a float. So I send the result to live_set / live.object.
Now, the problem is my live.observer also updates, creating a vicious loop. I was hoping for it to maintain the reference automation (on the master_track), so I can manipulate the live_set tempo separately. Is there a way to do this, basically accessing a previously automated value while messing with it live?