nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_module.h File Reference
Include dependency graph for ags_vst_module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct FactoryInfo AgsVstFactoryInfo
 
typedef struct ClassInfo AgsVstClassInfo
 
typedef struct PluginFactory AgsVstPluginFactory
 
typedef struct Module AgsVstModule
 

Functions

void ags_vst_plugin_factory_set_host_context (AgsVstPluginFactory *plugin_factory, AgsVstHostContext *host_context)
 
AgsVstPluginFactoryags_vst_module_get_factory (AgsVstModule *module)
 

Typedef Documentation

◆ AgsVstClassInfo

typedef struct ClassInfo AgsVstClassInfo

◆ AgsVstFactoryInfo

typedef struct FactoryInfo AgsVstFactoryInfo

◆ AgsVstModule

typedef struct Module AgsVstModule

◆ AgsVstPluginFactory

typedef struct PluginFactory AgsVstPluginFactory

Function Documentation

◆ ags_vst_module_get_factory()

AgsVstPluginFactory * ags_vst_module_get_factory ( AgsVstModule module)

Get factory.

Parameters
modulethe module
Returns
the plugin factory
Since
5.0.0

◆ ags_vst_plugin_factory_set_host_context()

void ags_vst_plugin_factory_set_host_context ( AgsVstPluginFactory plugin_factory,
AgsVstHostContext host_context 
)

Set host context.

Parameters
plugin_factorythe plugin factory
host_contextthe host context
Since
5.0.0