<div># Hi everybody,</div>
<div># I want to make a &quot;dynamic&quot; abstraction. With &quot;dynamic&quot; I mean that the patch of the abstraction will be built according to creation arguments. ie, the number of steps of a sequencer will be a variable. (I attached such a sequencer I made&nbsp;in &quot;
sampleAbstractionWithGOP.zip&quot; But this example is static. It have 16 steps. I thought that making a new abstraction for every different step number is uncool.)</div>
<div># So I made&nbsp;a patch which creates another patch, with a variable number of toggles for steps.&nbsp;(attached in &quot;dynpatch.zip&quot;)&nbsp;(I found the code for creating and connecting object in patch, in an PDDP tutorial. &quot;
23.EXERCISE-hmmm.pd&quot;) But I couldn't figure out how to activate the Graph on Parent feature. And I wonder that whether there is another way than&nbsp;using this patch-creator for creating a seq. abstraction for a given number of steps and saving that&nbsp;automatically created&nbsp;patch&nbsp;and using it in an parent patch by typing its name. Is it possible to just typing&nbsp;something like [seq 9] and an abstraction with 9 steps is created in the parent patch?
</div>
<div>-ugur guney-</div>