XML Feeds

.

[maxmsp] Re: Re: How to apply oo within Max

John Pitcairn cycling74forum at opuslocus.net
Thu Nov 1 15:19:36 MDT 2007


Quote: adamj wrote on Thu, 01 November 2007 17:56
----------------------------------------------------
> Are you handling the "unnamed intermediate subpatchers" 
> problem in your OO javascript work or the C externals you're 
> doing with John? 

Yes, in C externals. The javascript has been abandoned as too slow.

Patchers and abstractions can generate a scope/namespace by the addition of @public, @private, @protected attributes, and this is optional - so you can choose whether to use any given patcher or abstraction scoped or unscoped without modifying it internally. 

Unscoped patchers do not exist in the namespace:

[oo.call myobject.mymethod]

[p @public myobject]

...[p something]

......[oo.method @public mymethod]



More information about the maxmsp mailing list