Hi there guys!
I've got a problem with the metro object using Pd-extended under OS X Yosemite 10.10.2 (14C1510).
It produces a one bang only when I activate or deactivate the metro objet, enter words only when the object [tgl] has been pressed.
Please run the following patch to reproduce the bug.
#N canvas 629 89 450 300 10;
#X obj 37 37 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj 37 59 metro 100;
#X obj 37 81 print metro;
#X connect 0 0 1 0;
#X connect 1 0 2 0;