Hallo, Marco Donnarumma hat gesagt: // Marco Donnarumma wrote:
(I think) I found a weird behaviour with the dynamic creation of objects and the [instance] abstraction. It looks like when you create an object - which includes [instance] - with the message [; pd-mypatch.pd obj 10 10 myobject( there is no loadbang triggering [instance]. Example attached. Any hint and/or workaround?
This is by design, check the archives for reasons.
If you want a loadbang, you can send a message "loadbang" to "pd-mypatch", i.e.:
[; pd-mypatch.pd obj 10 10 myobject; pd-mypatch.pd loadbang(
Frank