Hey everyone --
I'm new to this list, so sorry if I'm missing out on some obvious documentation somewhere! I'm updating some objects (rtcmix~) for pd, and I've run into a small clean-up issue. When I delete my objects, or close the patch, the free() function gets called and I can do the clean-up. But when I quit pd, it doesn't get called (no need to really). I tried installing a signal-handler to catch the quit, but to no avail, Is there any way to do this?
brad