I noticed that one of my patch has been acting differently lately and that's because I use the 2nd outlet of the line~ object, which bangs when Line reaches destination.
Once it reaches destination it bangs once and then keeps banging as a metro... the only way to stop it is to send it the pause message (yes, sending stop won't stop the bangs coming out of the right outlet), which is good fix for my code now but I'm simply wondering why it does that. Why does it keep banging even after the ramp is done and that the line~ is not outputting anything (aside from that bang)
Thanks