On 03/09/2016 09:54 PM, Pierre Guillot wrote:
I'm working on a plugin that dynamically loads PD patches. Everything works fine, I even manage the multiple instances issue. You can take a look at it if you want : https://github.com/pierreguillot/Camomile. My problem is that the plugin can't load dynamically the external libraries (I tried with freeverb~ and other libraries and I got : Symbol not found: _s_signal
so what is the Pd-engine you use? is it loaded before trying to load the external?