VSTAddOn
VSTAddOn::ScanPluginsFolder(const char* path, bool make_dir)
VSTAddOn::GetConfigurationFor(BMediaNode* node, BMessage* message)
VSTAddOn::WantsAutoStart()
VSTAddOn::AutoStart(int count, BMediaNode** node, int32* id, bool* more)
return new VSTAddOn(image);
VSTAddOn::VSTAddOn(image_id image)
VSTAddOn::~VSTAddOn()
VSTAddOn::InitCheck(const char** text)
VSTAddOn::CountFlavors()
VSTAddOn::GetFlavorAt(int32 idx, const flavor_info** info)
VSTAddOn::InstantiateNodeFor(const flavor_info* info, BMessage* config,
class VSTAddOn : public BMediaAddOn {
virtual ~VSTAddOn();
explicit VSTAddOn(image_id image);