[PD] is there an object that emits bang when a subpatcher is restored?

Ivica Ico Bukvic ico.bukvic at gmail.com
Sat Oct 31 14:56:06 CET 2009


On Sat, 2009-10-31 at 21:43 +0800, jurgen wrote:
> try [closebang] - read help file
> 
> Jurgen

Thanks for the info! However, this works when closing the entire patch
but not sub-patchers. Likewise, I would need something that bangs when
you open sub-patchers. I guess "restore" was the wrong terminology to
use here.

I found initbang linked from closebang, but it does nothing. Please see
attached patch.

Ico
-------------- next part --------------
#N canvas 394 152 450 300 10;
#N canvas 427 215 450 300 test 0;
#X obj 151 64 initbang;
#X obj 115 169 print;
#X msg 138 119 test;
#X obj 253 61 closebang;
#X msg 243 99 closing;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
#X connect 4 0 1 0;
#X restore 167 55 pd test;


More information about the Pd-list mailing list