playing_slot_index not sending bang at the right time
Hi! I am having an issue with live.observer and playing_slots_index. I am trying to simply stop a movie playing in jit when the playing_slot_index turn -2, which means all clips in that track have stoped. So I patch a sel -2 so that when I get that number, a bang is send to a stop message to the jit. For some reason I can´t is not working. When I click stop all clips in Live, I receive a -2 in the live.observer, but after I click it again, then it send the bang to the stop. I did plenty of tries with other objects like t b, == -2, etc., but no chance. Anyone experience a similar issue?