On 11/8/18 5:25 PM, Christof Ressi wrote:
there's no way around class_addmethod
indeed, that's the way Pd works (or use proxy objects. shudder)
but you can use gensym("") if you want to prevent the user from invoking the code via a message. note that you can't do that for more than one inlet, obviously.
actually it's pretty easy (although probably unusual) to invoke such a method:
[symbol( | [$1 foo bar baz( |
gfmdsar IOhannes