I stumbled upon the possibillity to create objects, and abstractions from my library, in subpatches via messages sent to pure data.
They are formatted as the following(x and y are the positon on canvas in subpatch)
[;pd-subpatchname obj x y name-of-object args(
I thought this would be really cool cause it would give me the oppurtunity to make my patches more dynamic. For example making a synth with no fixed number of oscillators, but with the possibility to set the number of oscillators dynamically,(I am thinking especially about communication with vvvv or other software where number of objects in a patch can change dynamically or the possibility of the poly~ object in max).
Now i am stuck with the following problem. When i create a abstraction via a message dsp is not running inside the abstractions. It only starts to work if i delet a random object from the abstraction. Also loadbang seems to be disabled when i use this method for creating objects. Anybody with a little expierence has found a work around for this?
Thanks!!!