Hi,
I'm trying to update my project, pdlv2, to use the new pd multi instance support and I'm having some issues which I'm assuming someone else has to have seen.
I'm getting the errors:
pd: unknown message dsp 1
error: canvasmaker: no method for 'canvas'
[the whole output is below, prefixed with "LIBPD:" so I can be sure of the source]
The project builds an LV2 plugin out of PD patch, using some specific markup for a patch. The major difference between it and the multi instance 'sample' in the 'c' directory of the libpd/samples folder is that it is built into a shared object that is loaded into an 'lv2' plugin host.
Here is the branch of the project I'm working on that shows the issue:
https://github.com/x37v/pdlv2/tree/multiinstancelibpdIt depends on ruby, libpd, lv2 and jalv.gtk to test. I've only tried it on Linux.