![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <glib.h>
#include <ags/vst3-capi/host/ags_vst_host_context.h>
#include <ags/vst3-capi/public.sdk/source/vst/utility/ags_vst_uid.h>
#include <ags/vst3-capi/pluginterfaces/base/ags_vst_iplugin_base.h>
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) |
AgsVstPluginFactory * | ags_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
-
module the 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_factory the plugin factory host_context the host context
- Since
- 5.0.0
Generated by