Hey,
Say I have a patch like:
[mtof]
|
[osc~]
|\
[dac~]
Is there a way to call that multiple times without me having to copy and paste it? Kind of like a function in a programming language?
So that I get:
[mtof] [mtof]
| |
[osc~] [osc~]
|\ /|
[dac~]
Thanks