![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <glib.h>
#include <ags/vst3-capi/public.sdk/source/vst/hosting/ags_vst_plug_interface_support.h>
Include dependency graph for ags_vst_host_context.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
typedef struct HostContext | AgsVstHostContext |
Typedef Documentation
◆ AgsVstHostContext
typedef struct HostContext AgsVstHostContext |
Function Documentation
◆ ags_vst_host_context_get_instance()
AgsVstHostContext * ags_vst_host_context_get_instance | ( | ) |
Get Steinberg::Vst::HostApplication as a C99 compatible handle AgsVstHostContext a void pointer.
- Returns
- the singleton of Steinberg::Vst::HostApplication as AgsVstHostContext
- Since
- 5.0.0
◆ ags_vst_host_context_get_plug_interface_support()
AgsVstPlugInterfaceSupport * ags_vst_host_context_get_plug_interface_support | ( | AgsVstHostContext * | host_context | ) |
Get plug-interface support.
- Parameters
-
host_context the host context
- Returns
- the AgsVstPlugInterfaceSupport
- Since
- 5.0.0
◆ ags_vst_host_context_new()
AgsVstHostContext * ags_vst_host_context_new | ( | ) |
Instantiate Steinberg::Vst::HostApplication and return a C99 compatible handle AgsVstHostContext a void pointer.
- Returns
- the new instance of Steinberg::Vst::HostApplication as AgsVstHostContext
- Since
- 5.0.0
Generated by