[javascript-dev] Re: [Crash] deleting bpatchers through javascript - log attached
Dan
dlehrich at gmail.com
Wed Oct 10 20:56:20 MDT 2007
- Previous message: [javascript-dev] Re: [Crash] deleting bpatchers through javascript - log attached
- Next message: [javascript-dev] procedurally counting named objects inlets and outlets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
OK... after some snooping on my own I think I've found a fix/workaround for my problem. For what it's worth, I believe that at least part of my problem was not recognizing the difference between the scripted name of an object (i.e. what you see when you right-click and select "Name...") and the js reference name of an object (which I believe, after some well-placed post() messages, is something like "js 120983"). Is it possible that using this.patcher.remove() and passing the scripted name as an argument would cause a crash? In any event... problem solved. I'm a relative newbie with js but getting better all the time. Next time I post with a problem I'll be sure to include a concise example. Thanks dan
- Previous message: [javascript-dev] Re: [Crash] deleting bpatchers through javascript - log attached
- Next message: [javascript-dev] procedurally counting named objects inlets and outlets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
