![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <glib.h>
#include <ags/vst3-capi/pluginterfaces/base/ags_vst_funknown.h>
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_types.h>
Include dependency graph for ags_vst_iattributes.h:

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

Go to the source code of this file.
Typedefs | |
typedef const gchar * | AgsVstAttrID |
typedef struct IAttributeList | AgsVstIAttributeList |
typedef struct IStreamAttributes | AgsVstIStreamAttributes |
Typedef Documentation
◆ AgsVstAttrID
typedef const gchar* AgsVstAttrID |
◆ AgsVstIAttributeList
typedef struct IAttributeList AgsVstIAttributeList |
◆ AgsVstIStreamAttributes
typedef struct IStreamAttributes AgsVstIStreamAttributes |
Function Documentation
◆ ags_vst_iattribute_list_get_binary()
AgsVstTResult ags_vst_iattribute_list_get_binary | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
const void * | data, | ||
guint32 | size_in_bytes | ||
) |
Get binary.
- Parameters
-
iattribute_list the iattribute-list id the identifier data the data size_in_bytes string size in bytes
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iattribute_list_get_float()
AgsVstTResult ags_vst_iattribute_list_get_float | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
gdouble * | value | ||
) |
Get float.
- Parameters
-
iattribute_list the iattribute-list id the identifier value the return location of value
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iattribute_list_get_iid()
const AgsVstTUID * ags_vst_iattribute_list_get_iid | ( | ) |
◆ ags_vst_iattribute_list_get_int()
AgsVstTResult ags_vst_iattribute_list_get_int | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
gint64 * | value | ||
) |
Get int.
- Parameters
-
iattribute_list the iattribute-list id the identifier value the return location of value
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iattribute_list_get_string()
AgsVstTResult ags_vst_iattribute_list_get_string | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
AgsVstTChar * | value, | ||
guint32 | size_in_bytes | ||
) |
Get string.
- Parameters
-
iattribute_list the iattribute-list id the identifier value the value size_in_bytes string size in bytes
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iattribute_list_set_binary()
AgsVstTResult ags_vst_iattribute_list_set_binary | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
const void * | data, | ||
guint32 | size_in_bytes | ||
) |
Set binary.
- Parameters
-
iattribute_list the iattribute-list id the identifier data the data size_in_bytes data size in bytes
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iattribute_list_set_float()
AgsVstTResult ags_vst_iattribute_list_set_float | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
gdouble | value | ||
) |
Set float.
- Parameters
-
iattribute_list the iattribute-list id the identifier value the value
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iattribute_list_set_int()
AgsVstTResult ags_vst_iattribute_list_set_int | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
gint64 | value | ||
) |
Set int.
- Parameters
-
iattribute_list the iattribute-list id the identifier value the value
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iattribute_list_set_string()
AgsVstTResult ags_vst_iattribute_list_set_string | ( | AgsVstIAttributeList * | iattribute_list, |
AgsVstAttrID | id, | ||
AgsVstTChar * | value | ||
) |
Set string.
- Parameters
-
iattribute_list the iattribute-list id the identifier value the value
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_istream_attributes_get_attributes()
AgsVstIAttributeList * ags_vst_istream_attributes_get_attributes | ( | AgsVstIStreamAttributes * | istream_attributes | ) |
Get attributes.
- Parameters
-
istream_attributes istream-attributes
- Returns
- the AgsVstIAttributeList
- Since
- 5.0.0
◆ ags_vst_istream_attributes_get_iid()
const AgsVstTUID * ags_vst_istream_attributes_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
Generated by