Bang Button pure data vs. max
Hi all, I have converted a patch from PD to MAX and am realizing that the PD patch used to rely on the "flash time" setting in it's bang buttons as a debounce function. Does this have a MAX counterpart? Maybe I just missed it.
thanks,
a.d.
Try LED? I never used buttons that way when I used to use Pd, but I think a combination of that object and [sel] may be able to do what you are after (if I get your meaning).
I just tested with Pd 0.39.2 and the bang did not debounce (why should it?). I use a simple delay to debounce...
Thanks, I found what I was looking for. The object called "onebang" You're right, I don't think the bang in PD would have worked either.
Thanks for your advice.
d.