Page 1 of 1

Bug with patch when copying clip

Posted: Mon Oct 31, 2011 11:20 am
by yop44
Hi,

I've made a step sequencer that uses midi clip, but when I copy/paste a clip in Live, values in the patch seems to be reinitialized to their lowest value.
I can't where is the problem. Can someone help me

The patch is here :
http://www.maxforlive.com/library/device.php?id=927

:)

Re: Bug with patch when copying clip

Posted: Mon Oct 31, 2011 3:47 pm
by mastahlee
Didn't look at your patch, but from what you describe I bet that you're triggering events based on a live.path object and using the second outlet (follow path). Anytime anything in the Live Object Model is changed (adding or removing tracks, clips, etc.), the second outlet of a live.path object re-sends out its id, and if you're triggering stuff based off a new id message being sent then it can have the effect you're describing.

Re: Bug with patch when copying clip

Posted: Tue Nov 01, 2011 1:27 pm
by yop44
I figured it out.

I renamed all my send/receive and value with --- in front of their previous name and the problem has disappeared.
Works fine now.

:)