beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

SubPatch Op



SubPatch
Namespace: Ops.Ui

Op author: pandur

Test Patches: 1 Test

subpatch op


Creates a sub-patch, so you can bundle together certain ops in a group. To define which ports of the ops should be accessible outside you have to connect ports to the dyn port, you can then use them for the inner routing of the sub-patch (via the PatchInput-op).

If you want to make outputs accessible outside the sub-patch, you have to drag a cable to the dyn-port of PatchOutput.

You can rename a subpatch by pressing t after selecting the subpatch or click the topmost title in the parameter panel of the op.



Inputs

create port (Dynamic)
dataStr (Number)
patchId (Number)

Outputs

create port out (Dynamic)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using SubPatch

  • Examples (2)
  • Public
  • My Patches

Changelog


bugfixfix non-connected ports to PatchOutput when creating subpatches
2022-12-14 - pandur