85 #ifndef VAMPHOST_C_H_INCLUDED 86 #define VAMPHOST_C_H_INCLUDED const VampPluginDescriptor * vhGetPluginDescriptor(vhLibrary library, int plugin)
Return a Vamp plugin descriptor for a plugin in a given library.
Chris@6:
vhLibrary vhLoadLibrary(int library)
Load the library with the given index.
Chris@6:
struct vhLibrary_t * vhLibrary
Chris@6:
void vhUnloadLibrary(vhLibrary)
Unload a plugin library.
Chris@6:
int vhGetPluginCount(vhLibrary library)
Return the number of Vamp plugins in the given library.
Chris@6:
Chris@6:
Chris@6:
const char * vhGetLibraryName(int library)
Return the library name (base soname) of the library with the given index, in the range 0...
Chris@6:
int vhGetLibraryCount()
Return the number of Vamp plugin libraries discovered in the installation path.
Chris@6:
int vhGetLibraryIndex(const char *name)
Return the library index for the given library name, or -1 if the name is not known.
Chris@6: