I created some simple patches that I want to use recurrently. They make some simple operations like given in a single evaluation a max and a min value of a given list, for example. I don’t know how to write in LISP. I did this connecting different objects in subpatches with its in and outputs. In this case creating a subpatch with an input conected in a list-mi and list-max objects, both connected in a list object, connected in an output. The problem is that I have to “comand C” and “comand V” whenever I want to use them. How could I transform this subpatches in new objects with particular names and icons? Would it be possible doing like this or is it only possible to do that writing in common LISP?
Thanks!