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@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