[maxmsp] [feature request] grab works when encapsulated
gusanomaxlist
gusanomaxlist at googlemail.com
Wed Apr 2 07:06:30 MDT 2008
- Previous message: [maxmsp] Re: Re: pattr and runtime
- Next message: [maxmsp] Re: [feature request] grab works when encapsulated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi. I think it would be cool to have [grab] working when encapsulated while the object that receives the message is out of the patcher. I always have errors "outlet: doesn't understand ...". I guess it's an expected behaviour as [outlet] is an object like others, but in complicated patches, with tons of patchers, I'd find handy to have some grabs inside patchers so my patches stay clean ;) I'd like to know what you think about this. Cheers. #P window setfont "Sans Serif" 9.; #P number 263 181 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P window linecount 1; #P message 263 114 30 196617 bang; #N vpatcher 30 89 630 489; #P outlet 70 87 15 0; #P inlet 50 25 15 0; #P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 50 135 77 196617 print GRABBED; #P newex 50 50 30 196617 grab; #P connect 2 0 0 0; #P connect 0 0 1 0; #P connect 0 1 3 0; #P pop; #P newobj 263 153 57 196617 p grab_me; #P connect 0 0 2 0; #P connect 1 0 0 0; #P window clipboard copycount 3;
- Previous message: [maxmsp] Re: Re: pattr and runtime
- Next message: [maxmsp] Re: [feature request] grab works when encapsulated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
