[PD] Dynamic patching with audio - review

Rich E reakinator at gmail.com
Sun Mar 20 04:04:23 CET 2011


>
>
> Oh, cool, I wasn't aware of that. Can you tell a bit more about the
> performance
> of this approach and how it compares to dynamic patching for dynamic
> instantiation
> of objects/patches?
>
>  Ciao

> --
>  Frank Barknecht            Do You RjDj.me?          _ ______footils.org__
>
>
Initial performance is a little faster, as it doesn't take about 1,000 pd
objects to open the patch, just a call to glob_evalfile (through whatever
wrapper you are using to interface libpd), but that wasn't the main concern.
 The biggest bonus for me is that you can instantiate the patches in an
object-orientated manner (and in an object orientate language like python,
java, obj-c, c++, etc), on the fly.  Doing this with dynamic patching
involved using workarounds (like deleting to contents of a subpatch in order
to just delete an embedded patch) which seemed awkward and bug prone.
 Lastly, the $0 value that libpd recovers lets you send signals or messages
to a unique patch, without the need of [namecanvas] - a method that causes a
bag full of problems in itself when it comes to dynamic patch
loading/unloading.

Dynamic patch loading/unloading (not dynamic patching) could also be done
directly in a pd external, provided the following small patch is accepted (:
http://sourceforge.net/tracker/?func=detail&aid=3189135&group_id=55736&atid=478072

Cheers,
Rich

_______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110320/ad6ce58b/attachment.htm>


More information about the Pd-list mailing list