Hi everyone I'm fairly new to Max and the Lemur editor but have been watching tons of tutorials and am getting a pretty good grip on it. However getting track names to show up properly on my Lemur interface is giving me troubles. The first track shows up fine, but when I script the second track the first track suddenly gets the second name or if I add a third all three will have the third name. Basically whichever I add last all track will read the same name.
In Max I'm setting the path to live_set tracks X either through a loadbang loadmess or even manually for testing purposes. Then banging a property name message to go to a live.observer that receives the path then prepending an address and going out to the lemur. For the second track I use all new objects except udpsend.
On the Lemur I've tried using both monitor objects (like in the tutorial on this site) and Text objects setting the content attribute via the OSC message. I was worried about the messages I was using as they all had the same end ie /track1/value /track2/value so I tried setting them to /track1/value1 and /track2/value2 but got the same results!!
I'm really lost on this one. I'm starting to think this may be a bug but am not proficient enough in Max or Lemur to rule out user error. Any help would be really appreciated.
Thanks,
Dustin

I also just tried with a live.object and get name message instead the live.observer with the same results.