-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-03-23 14:21, Jeppi Jeppi wrote:
-When I instantiate dynamically an abstraction (not a pd native object, but an abstraction), it does not receive a proper loadbang message. And I should have a way to initialize dynamically created abstractions, taking into account that I instantiate several of them and initialization should be performed indiviually.
since nobody mentioned it, here's an other solution:
[send]-name: [r $1-init]
matching receiver: [; abs72-init bang(
after all, when using dynamic patching, you are already manually doing a lot of stuff Pd usually takes care of. sending a proper init-message (via a canvas-local loadbang or as described above) is just the icing on the cake.
fgmasdr IOhannes