![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_icomponent.h>
#include <pluginterfaces/vst/ivstcomponent.h>
Include dependency graph for ags_vst_icomponent.cpp:

Variables | |
const gint32 | ags_vst_kdefault_factory_flags = AGS_VST_KUNICODE |
Function Documentation
◆ ags_vst_icomponent_activate_bus()
AgsVstTResult ags_vst_icomponent_activate_bus | ( | AgsVstIComponent * | icomponent, |
guint | type, | ||
guint | dir, | ||
gint32 | index, | ||
gboolean | state | ||
) |
Activate bus.
- Parameters
-
icomponent the icomponent type the bus type dir the direction index the index state true if active, otherwise false
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_icomponent_destroy()
void ags_vst_icomponent_destroy | ( | AgsVstIComponent * | icomponent | ) |
Destroy.
- Parameters
-
icomponent the icomponent
- Since
- 5.0.0
◆ ags_vst_icomponent_get_bus_count()
gint32 ags_vst_icomponent_get_bus_count | ( | AgsVstIComponent * | icomponent, |
guint | type, | ||
guint | dir | ||
) |
Get bus count.
- Parameters
-
icomponent the icomponent type the bus type dir the direction
- Returns
- the bus count
- Since
- 5.0.0
◆ ags_vst_icomponent_get_bus_info()
AgsVstTResult ags_vst_icomponent_get_bus_info | ( | AgsVstIComponent * | icomponent, |
guint | type, | ||
guint | dir, | ||
gint32 | index, | ||
AgsVstBusInfo * | bus | ||
) |
Get bus info.
- Parameters
-
icomponent the icomponent type the bus type dir the direction index the index bus the bus info
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_icomponent_get_controller_class_id()
AgsVstTResult ags_vst_icomponent_get_controller_class_id | ( | AgsVstIComponent * | icomponent, |
AgsVstTUID * | class_id | ||
) |
Get controller class identifier.
- Parameters
-
icomponent the icomponent class_id the class identifier
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_icomponent_get_iid()
const AgsVstTUID * ags_vst_icomponent_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_icomponent_get_routing_info()
AgsVstTResult ags_vst_icomponent_get_routing_info | ( | AgsVstIComponent * | icomponent, |
AgsVstRoutingInfo * | in_info, | ||
AgsVstRoutingInfo * | out_info | ||
) |
Get routing info.
- Parameters
-
icomponent the icomponent in_info the input info out_info the output info
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_icomponent_get_state()
AgsVstTResult ags_vst_icomponent_get_state | ( | AgsVstIComponent * | icomponent, |
AgsVstIBStream * | state | ||
) |
Get state.
- Parameters
-
icomponent the icomponent state the stream
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_icomponent_set_active()
AgsVstTResult ags_vst_icomponent_set_active | ( | AgsVstIComponent * | icomponent, |
gboolean | state | ||
) |
Set active.
- Parameters
-
icomponent the icomponent state true if active, otherwise false
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_icomponent_set_io_mode()
AgsVstTResult ags_vst_icomponent_set_io_mode | ( | AgsVstIComponent * | icomponent, |
guint | io_mode | ||
) |
Set input/output mode.
- Parameters
-
icomponent the icomponent io_mode the IO mode
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_icomponent_set_state()
AgsVstTResult ags_vst_icomponent_set_state | ( | AgsVstIComponent * | icomponent, |
AgsVstIBStream * | state | ||
) |
Set state.
- Parameters
-
icomponent the icomponent state the stream
- Returns
- the return value
- Since
- 5.0.0
Variable Documentation
◆ ags_vst_kdefault_factory_flags
const gint32 ags_vst_kdefault_factory_flags = AGS_VST_KUNICODE |
Generated by