RNBO abstractions used within other RNBO abstractions
Is it possible that RNBO abstraction abstract2 is used within RNBO abstraction abstract1.
the model of course is a subroutine calling another subroutine.
This is possible with MAX abstractions.
I can create abstract2 with the object p @title abstract2 within abstract1, but I need to use abstract2 multiple times within abstract1with different parameter values.
Is there an example anywhere how to do this?
This is what the MAX patch I am trying to convert looks like.

You can save a file (.rnbopat extension) from your [p @title abstract2] and then load it as [p @file abstract2].
you can probably also use [p @file abstract2 @polyphony 9] and reduce your patch cord situation.