Yes please include it in vanilla if possible. That would be an awesome help to me.
Things in the extra folder can be built with libpd. The only issue we had before was the expr~ licensing, but that was fixed about a year ago. By default, the Makefile doesn’t build the extra sources, but I’m going to add them now. I’ve been using them as well as other externals in PdParty for some time now and other projects using ofxPd, so I know static linking when building libpd works.
Also dynamic loading works fine, the issue was libpd was being built without HAVE_LIBDL defined. I’ve been doing some updates to libpd and added that. Dynamic loading, however, isn’t allowed on iOS, so it’s left off there.
Date: January 14, 2015 at 6:46:03 PM EST
Subject: Re: [PD] Miller's Moogfilter
I'll get it cross-compiled at some point - if I throw it in vanilla it'llhappen automatically, but if I end up figuring it's better left separate I'llput it out as a self-contained muiltiplatform extern. I'd be more disposed to put it in 'extra' if it ever works outto include 'extra' objects in libpd - because I saw on this list peoplewanted that.cheersMiller