Is it possible to set a generic function so it may have additional inputs/outputs after it is summoned in a patch? I mean, in the same way we do with objects like lisp “list” using the shift + . (dot) command? (windows/pc user here)
Thank you!
Is it possible to set a generic function so it may have additional inputs/outputs after it is summoned in a patch? I mean, in the same way we do with objects like lisp “list” using the shift + . (dot) command? (windows/pc user here)
Thank you!
what kind of generic function are you referring to ? Lisp (programmed as text) or graphical ?
=> (defmethod! mymethod (a b &optional c d) …)
Alright! Actually I was referring to the graphical type, but I’ll take a look into the Lisp option, then.
Thank you!