nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_module.cpp File Reference
#include <ags/vst3-capi/public.sdk/source/vst/hosting/ags_vst_module.h>
#include <public.sdk/source/vst/hosting/hostclasses.h>
#include <public.sdk/source/vst/hosting/module.h>
Include dependency graph for ags_vst_module.cpp:

Functions

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

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