Lemur Shuffler
Re: Lemur Shuffler
Looking into the freeze and dice problem.
If the multislider isn't reacting, it means that the Lemur isn't getting OSC from live. I'm not sure why this is unreliable, but I've had that happen. I'm not sure that the port is always released properly. Restart live, and the lemur. Try toggling the steps value.
mz
If the multislider isn't reacting, it means that the Lemur isn't getting OSC from live. I'm not sure why this is unreliable, but I've had that happen. I'm not sure that the port is always released properly. Restart live, and the lemur. Try toggling the steps value.
mz
Re: Lemur Shuffler

I can't tell...does the remote by his feet have shuffle?
Re: Lemur Shuffler
In projects I have made for M4L to Lemur I had similar problems with patchy OSC data transmission. I found I could fix this by adding a button that sends a "host $1" and "port $1" message to the UDPSend object (where $1 comes in from a text input box). I then noticed that the UDPSend object would sometimes just stop working so I attached this to a metro object to update the UPDSend every 25 seconds. Now the Lemur OSC connection holds.mzed wrote:Looking into the freeze and dice problem.
If the multislider isn't reacting, it means that the Lemur isn't getting OSC from live. I'm not sure why this is unreliable, but I've had that happen. I'm not sure that the port is always released properly. Restart live, and the lemur. Try toggling the steps value.
mz
Hope this helps.
Rick
Re: Lemur Shuffler
@H2Only -- nice lemur
re: freeze and dice.
I can't reproduce that here, but it sounds like a kind of typo I had in an older version. I just made some minor tweaks (the UI for the left and right sides are now in the same location) and uploaded my current version. Let me know if the problem persists.
http://www.mikezed.com/LemurShuffle.zip
re:OSCsend
I added a button next to the IP address, so you can resend that message in case of emergency. udpsend does not remember any messages it receives when you switch back and forth between the editor and live, so that button is handy. If you code your ip address directly into the object you should have fewer troubles. I didn't add a metro because I'm still trying to figure this out. I would take Rick's approach if I needed to use this in a show.
I am worried about the reliability of udpsend. If I could reproduce it acting poorly, I would file a bug report, but right now I just have a hunch. Any more info about when it doesn't work properly would be helpful.
best,
mz
re: freeze and dice.
I can't reproduce that here, but it sounds like a kind of typo I had in an older version. I just made some minor tweaks (the UI for the left and right sides are now in the same location) and uploaded my current version. Let me know if the problem persists.
http://www.mikezed.com/LemurShuffle.zip
re:OSCsend
I added a button next to the IP address, so you can resend that message in case of emergency. udpsend does not remember any messages it receives when you switch back and forth between the editor and live, so that button is handy. If you code your ip address directly into the object you should have fewer troubles. I didn't add a metro because I'm still trying to figure this out. I would take Rick's approach if I needed to use this in a show.
I am worried about the reliability of udpsend. If I could reproduce it acting poorly, I would file a bug report, but right now I just have a hunch. Any more info about when it doesn't work properly would be helpful.
best,
mz
Re: Lemur Shuffler
^ glad you like it.
I didn't realize (didn't look close enough find out) this was a beta discussion until after I posted it.
I've been debating about taking it down, but it makes me LOL (literally)...
Sorry guys. No disrespect intended.
I didn't realize (didn't look close enough find out) this was a beta discussion until after I posted it.
I've been debating about taking it down, but it makes me LOL (literally)...
Sorry guys. No disrespect intended.
-
BOB Cooper
- Posts: 107
- Joined: Wed Dec 31, 2008 1:45 pm
- Location: France
Re: Lemur Shuffler
hi !
I spent time on it, but I haven't manage to make it work :
though I need to first set steps to 15 then coming back to 16, the Live to Lemur communication is ok ! lemur reflects what I do on live..
but the opposite (my main interest of course) doesn't work... I can't trigger any response in Live from the lemur..
any idea ?
too bad, cause it looks really enjoyable !
I spent time on it, but I haven't manage to make it work :
though I need to first set steps to 15 then coming back to 16, the Live to Lemur communication is ok ! lemur reflects what I do on live..
but the opposite (my main interest of course) doesn't work... I can't trigger any response in Live from the lemur..
any idea ?
too bad, cause it looks really enjoyable !
-
BOB Cooper
- Posts: 107
- Joined: Wed Dec 31, 2008 1:45 pm
- Location: France
Re: Lemur Shuffler
for some reasons,it is now working !
can't tell why, but it is probably related to the particular order in which things are set up and/or turned on.
can't tell why, but it is probably related to the particular order in which things are set up and/or turned on.