C++ wrapper for extern development

Miller Puckette mpuckett at man104-1.ucsd.edu
Sun Nov 5 06:55:11 CET 2000


This is neat...

IF you're interested in making externs that compile under Max/MSP, JMAX,
and Pd, check out "paf~" in the "extra" subdir of th ePd distribution which
is supposed to compile conditionally for all 3.

It's in pure c though, not c++.

cheers
Miller

On Sat, Nov 04, 2000 at 12:05:09PM +0200, Jarno Seppanen wrote:
> Karl MacMillan <karlmac at peabody.jhu.edu> writes:
> 
> > you and you just fill in the functions.  More interesting would be to get
> > it to generate all of the boiler plate code for PD, Max/MSP, and
> > jMax (along the lines of fiddle)!  Any thoughts?
> 
> Now THAT is a great idea; consider writing and debugging objects only once and
> plugging them in all of the above programs!
> 
> I disagree about having to have a multitude of base classes for all
> combinations of numbers of inlets and outlets; it would IMHO be simpler just
> to have one pure virtual base class and let the derived classes specify the
> types and numbers of in- and outlets in the constructor.
> 
> Now if only someone would write such a beast... :)
> -- 
> -Jarno



More information about the Pd-list mailing list