Hi all
I need to edit a big patch made in Pd-extended so that it can open in Vanilla. There are quite a lot of libraries used, and I can see how these can be searched for and then added to the start path.
I need the patch to open in Vanilla on other computers with minimal fuss as others will be using it, so I was wondering what the mosty efficient way of connecting these libraries might be. In extended, [import] could be used to add downloaded libraries - is this no longer a feature? (doesn't seem to be in Vanilla). Would my best option be to include the external libraries in a folder with the patch and then use the library name when loading every external object, e.g. [tof/pmenu] instead of just [pmenu]?
Thanks in advance for any advice. I've been slow to finally move over to Vanilla so I'm behind with solutions for external libraries