Hi,
I Try to install external lib on window.
i don't understand PART : Loading whole libraries.
on [declare -stdpath libraryname]
Where?
in CMD, or in some where in pd.
Sory for my english language.
I'm low-tech guy.
please Help? thx
How to install externals, libraries, gui plug-ins, etc.
Hi,
I Try to install external lib on window.
i don't understand PART : Loading whole libraries.
on [declare -stdpath libraryname]
Where?
in CMD, or in some where in pd.
Sory for my english language.
I'm low-tech guy.
please Help? thx
@imthanapat [declare] is an object in Pd. So you would just create the object [declare -stdpath libraryname]. You might need to use the -stdlib flag instead, particularly for libraries like zexy that have all the objects in one file instead of individual files per object. But yeah, take a look at the helpfile for [declare] and see what works.
Oops! Looks like something went wrong!