Apologies for spam; we've changed our policy by requiring approval for accounts, and deleted all existing spam and user - thanks for your help flagging content. We continue to test our forums and Vanilla software, aiming for release early in 2013. If you need to give us feedback outside the forum, contact us via http://createdigitalmusic.com/contact/ or on Facebook
libPD: Extract data from object : eg floatbox
  • Hey all,

    I'm working on a project (using low-level C api) and I'd like to get data from the PD patch that libPD is running. As far as I understand it, I can use "libpd_bind()" to bind the "send symbol" and request updates, which are then pass to my code using the float_hook callback.

    This is working, except that it involves creating the patch with user interface feedback in mind. I'd much prefer if any patch could be loaded, parsed and then feedback for the objects provided.

    Is there a way to achieve this? Is there a way to achieve this if I hack libPD a little?

    Cheers, -Harry