NY is a couple thousand Km away from Berlin, so I'm for that as well.
Also, is pdlib just with pd-vanilla, or is it possible to use externals with it?
João Pais
I'd like to second that request.
Brooklyn's just a few too many miles away from Los Angeles for me to make a day trip. Ustream perhaps?
Best, Kevin
On Thu, Apr 7, 2011 at 3:45 PM, Richie Cyngler glitchpop@gmail.com wrote:
This sounds like an amazing workshop. Any chance some form of it will end up online, to reach a broader audience?
On Fri, Apr 8, 2011 at 6:51 AM, João Pais jmmmpais@googlemail.com wrote:
NY is a couple thousand Km away from Berlin, so I'm for that as well.
Also, is pdlib just with pd-vanilla, or is it possible to use externals with it?
The short answer is that yes, externals work with libpd. A slightly longer answer is that your operating system determines how externals work. If dlopen is available (e.g., on Android), then you can load externals as needed, the way Pd does it. If dlopen is not available (e.g., on iOS), then you need to decide in advance which externals you want to use and compile them into your code. Peter