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
It looks like you're new here. If you want to get involved, click one of these buttons!