VST 3 SDK  VST 3.7
SDK for developing VST plug-in
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Module Class Referenceabstract

#include <module.h>

Classes

struct  Snapshot
 

Public Types

using Ptr = std::shared_ptr< Module >
 
using PathList = std::vector< std::string >
 
using SnapshotList = std::vector< Snapshot >
 

Public Member Functions

const std::string & getName () const noexcept
 
const std::string & getPath () const noexcept
 
const PluginFactorygetFactory () const noexcept
 
bool isBundle () const noexcept
 

Static Public Member Functions

static Ptr create (const std::string &path, std::string &errorDescription)
 
static PathList getModulePaths ()
 
static SnapshotList getSnapshots (const std::string &modulePath)
 
static Optional< std::string > getModuleInfoPath (const std::string &modulePath)
 get the path to the module info json file if it exists
 

Protected Member Functions

virtual ~Module () noexcept=default
 
virtual bool load (const std::string &path, std::string &errorDescription)=0
 

Protected Attributes

PluginFactory factory {nullptr}
 
std::string name
 
std::string path
 
bool hasBundleStructure {true}
 

Member Typedef Documentation

using Ptr = std::shared_ptr<Module>
using PathList = std::vector<std::string>
using SnapshotList = std::vector<Snapshot>

Constructor & Destructor Documentation

virtual ~Module ( )
protectedvirtualdefaultnoexcept

Member Function Documentation

Module::Ptr create ( const std::string &  path,
std::string &  errorDescription 
)
static
Module::PathList getModulePaths ( )
static
Module::SnapshotList getSnapshots ( const std::string &  modulePath)
static
Optional< std::string > getModuleInfoPath ( const std::string &  modulePath)
static

get the path to the module info json file if it exists

const std::string& getName ( ) const
inlinenoexcept
const std::string& getPath ( ) const
inlinenoexcept
const PluginFactory& getFactory ( ) const
inlinenoexcept
bool isBundle ( ) const
inlinenoexcept
virtual bool load ( const std::string &  path,
std::string &  errorDescription 
)
protectedpure virtual

Member Data Documentation

PluginFactory factory {nullptr}
protected
std::string name
protected
std::string path
protected
bool hasBundleStructure {true}
protected
Empty

Copyright ©2024 Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.