Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 704 Bytes

readme.md

File metadata and controls

18 lines (10 loc) · 704 Bytes

Pure data subpatch cloner

Using dynamic patching, it creates a subpatch that contains several copies of any original subpatch, wired to inlets and outlets, in a similar way to the [clone] object. Usefull if you quickly need several instances of a subpatch without having to create an extra-abstraction for that.

instructions :

  • put this folder in your 'externals' folder for puredata
  • open pdc-help.pd

Update ! Support for both signal or control inlets / outlets in the subpatch.

before :

pd-clone.jpg

after :

pd-cloned.jpg