Track Names not working???? bug???

7 posts / 0 new
Last post
dustin
Offline
Joined: 11/07/2009
Track Names not working???? bug???

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

dustin
Offline
Joined: 11/07/2009

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

mchenetz's picture
mchenetz
Offline
Joined: 09/17/2009

If you can post the M4L patch in compressed mode by copying all of the objects in the main patch and then going to edit->copy compressed and then paste it into the forum, then i could probably help you more.

dustin
Offline
Joined: 11/07/2009


----------begin_max5_patcher----------
712.3oc2Y9sjZBCEF+Z7oHCWacyIDQn20N8Qn20YmcPHqlVHv.Qqa2Ye2KIA
c+qRFXZJi2HRRf7c9ky4if93LO+0kGXM9nOi9Axy6wYdd5lTM30ctmeQxgz7
jF8v7KXMMIaX9yM8I1UvE4LotSRWi7L8PKW+yOQBNNx6KERQRAS20Wp4I4nu
Vlmcr6pDY5VtXyc0rToQPzn3E34H.npCKwpOIseGc6ySd4N4wYG5Z0zj7gJl
4136e5BTZng+GcGP68S05Sylo9X9+n3GFd7SnqTgbb7DJ7Ere2FVGEsjcPqU
+b9d1hx0Mr58rZaYCDOb1DDqSJnz.0gPPCmvyBGxYgy7oLfhFNf.rlLTCZlP
.5MEPmHTaLrEovzcMLIRVmj9qFD1ZTsZ3nJRmJEFpK1BlhtLWFRf0PJbDEbg
FJEMgnzYp0ppYULQF5luq3C4l8I46XjODRv6gzxwXJooyx.c0FfI8Tz8eNWp
trhUKe.oCRaSgfwfGikD1XIsZJmCIQqQ41lx.jw.kkJNDrRCk.xhkCymdchX
iSeXlxJxZ.QGAfhLjAhMOOqmZpfK9fLGAncYUMJGHHLdAYIcArZQTLJBiw1R
rvwXCA5TpPp9.Pv8fLricjAiiLXKKFytffNGY7Uqib3X1intzhBgWYFxzwjw
z4Giul8iGcNSfovZhYGmVVTvDx2Anuw1ySYn1W8RxSaiwbdA+zn1xyxXhWRp
9v2Edu0KPNiEjIuB.cwlBhC2TVeksK9h29K3nmbU6uFUMk6pSOx+ts5hdd9y
XMRtHQxKEuXLgudPOCqiBrfmUUxExNMft8CW2rURpWQoWMo1NgK0zJazjSkD
0lUN2Bo1YC5QQNdYiZgjTac2kZhXSpjaykhldt.VYBD47JNvFIAtMYpWME6V
MA1rzE61htXKzjieLmMEcQSOIQ.2lMYyJm5uXZvZp8jml8W.QzjOH.
-----------end_max5_patcher-----------

dustin
Offline
Joined: 11/07/2009

Here's my test in it's simplest form. I took out the loadbang or loadmess and right now in testing am just clicking on the message manually. Thanks for the help!!!

mchenetz's picture
mchenetz
Offline
Joined: 09/17/2009

That looks fine and works like intended. Can you send me the Lemur Template at: admin (at) max4live (dot) info. I will take a look at your OSC paths. Are you using any scripts on the Lemur?

Mike

dustin
Offline
Joined: 11/07/2009

Thanks for looking it over! I think it is on the lemur side. I tested a little more today and it seems to only do this with the monitor object. I got it work with the text object and adding a script to read the OSC. Still seems strange... it would be nice to be able to use the monitor object but oh well. I'll send you the file though. May be a bug on Jazzmutant's side?