[javascript-dev] Re: get patcher name (again)
Mattijs Kneppers
mattijs at smadsteck.nl
Tue Jul 17 07:05:08 MDT 2007
- Previous message: [javascript-dev] get patcher name (again)
- Next message: [javascript-dev] Re: get patcher name (again)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
That should be
function bang()
{
post(this.patcher.box.varname);
}
Check it out in javascriptinmax.pdf, the varname property belongs to Maxobj, not to Patcher
hth,
Mattijs
--
SmadSteck - http://www.smadsteck.nl
Hard- and software for interactive audiovisual sampling
- Previous message: [javascript-dev] get patcher name (again)
- Next message: [javascript-dev] Re: get patcher name (again)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
