![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <ags/vst3-capi/pluginterfaces/base/ags_vst_iplugin_base.h>
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_imessage.h>
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_ihost_application.h>
#include <ags/vst3-capi/base/source/ags_vst_fobject.h>
Include dependency graph for ags_vst_component_base.h:

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

Go to the source code of this file.
Typedefs | |
typedef struct AgsVstComponentBase | ComponentBase |
Typedef Documentation
◆ ComponentBase
typedef struct AgsVstComponentBase ComponentBase |
Function Documentation
◆ ags_vst_component_base_allocate_message()
AgsVstIMessage * ags_vst_component_base_allocate_message | ( | AgsVstComponentBase * | component_base | ) |
Allocate message.
- Parameters
-
component_base the component base
- Returns
- the imessage
- Since
- 5.0.0
◆ ags_vst_component_base_connect()
AgsVstTResult ags_vst_component_base_connect | ( | AgsVstComponentBase * | component_base, |
AgsVstIConnectionPoint * | other | ||
) |
Base connect.
- Parameters
-
component_base the component base other the connection point
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_component_base_delete()
void ags_vst_component_base_delete | ( | AgsVstComponentBase * | component_base | ) |
Delete.
- Parameters
-
component_base the component base
- Since
- 5.0.0
◆ ags_vst_component_base_disconnect()
AgsVstTResult ags_vst_component_base_disconnect | ( | AgsVstComponentBase * | component_base, |
AgsVstIConnectionPoint * | other | ||
) |
Base disconnect.
- Parameters
-
component_base the component base other the connection point
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_component_base_get_host_context()
AgsVstFUnknown * ags_vst_component_base_get_host_context | ( | AgsVstComponentBase * | component_base | ) |
Get host context.
- Parameters
-
component_base the component base
- Returns
- the host context
- Since
- 5.0.0
◆ ags_vst_component_base_get_peer()
AgsVstIConnectionPoint * ags_vst_component_base_get_peer | ( | AgsVstComponentBase * | component_base | ) |
Get peer.
- Parameters
-
component_base the component base
- Returns
- the connection point
- Since
- 5.0.0
◆ ags_vst_component_base_initialize()
AgsVstTResult ags_vst_component_base_initialize | ( | AgsVstComponentBase * | component_base, |
AgsVstFUnknown * | context | ||
) |
Base initialize.
- Parameters
-
component_base the component base context the context
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_component_base_new()
AgsVstComponentBase * ags_vst_component_base_new | ( | ) |
Instantiate new Steinberg::Vst::ComponentBase the constructor as a C99 compatible handle a void pointer.
- Returns
- the AgsVstComponentBase
- Since
- 5.0.0
◆ ags_vst_component_base_notify()
AgsVstTResult ags_vst_component_base_notify | ( | AgsVstComponentBase * | component_base, |
AgsVstIMessage * | message | ||
) |
Base notify.
- Parameters
-
component_base the component base message the message
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_component_base_receive_text()
AgsVstTResult ags_vst_component_base_receive_text | ( | AgsVstComponentBase * | component_base, |
gchar * | text | ||
) |
Receive text.
- Parameters
-
component_base the component base text the text
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_component_base_send_message()
AgsVstTResult ags_vst_component_base_send_message | ( | AgsVstComponentBase * | component_base, |
AgsVstIMessage * | message | ||
) |
Send message.
- Parameters
-
component_base the component base message the imessage
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_component_base_send_text_message()
AgsVstTResult ags_vst_component_base_send_text_message | ( | AgsVstComponentBase * | component_base, |
gchar * | text | ||
) |
Send text message.
- Parameters
-
component_base the component base text the text
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_component_base_terminate()
AgsVstTResult ags_vst_component_base_terminate | ( | AgsVstComponentBase * | component_base | ) |
Base terminate.
- Parameters
-
component_base the component base
- Returns
- the result code
- Since
- 5.0.0
Generated by