Go to the source code of this file.
|
const AgsVstTUID * | ags_vst_ipersistent_get_iid () |
|
AgsVstTResult | ags_vst_ipersistent_load_attributes (AgsVstIPersistent *persistent, AgsVstIAttributes *attributes) |
|
const AgsVstTUID * | ags_vst_iattributes_get_iid () |
|
AgsVstTResult | ags_vst_iattributes_set (AgsVstIAttributes *attr, AgsVstIAttrID attr_id, AgsVstFVariant *data) |
|
AgsVstTResult | ags_vst_iattributes_queue (AgsVstIAttributes *attr, AgsVstIAttrID list_id, AgsVstFVariant *data) |
|
AgsVstTResult | ags_vst_iattributes_set_binary_data (AgsVstIAttributes *attr, AgsVstIAttrID attr_id, void *data, guint32 bytes, gboolean copy_bytes) |
|
AgsVstTResult | ags_vst_iattributes_get (AgsVstIAttributes *attr, AgsVstIAttrID attr_id, AgsVstFVariant *data) |
|
AgsVstTResult | ags_vst_iattributes_unqueue (AgsVstIAttributes *attr, AgsVstIAttrID list_id, AgsVstFVariant *data) |
|
gint32 | ags_vst_iattributes_get_queue_item_count (AgsVstIAttributes *attr, AgsVstIAttrID attr_id) |
|
AgsVstTResult | ags_vst_iattributes_reset_queue (AgsVstIAttributes *attr, AgsVstIAttrID attr_id) |
|
AgsVstTResult | ags_vst_iattributes_reset_all_queues (AgsVstIAttributes *attr) |
|
AgsVstTResult | ags_vst_iattributes_get_binary_data (AgsVstIAttributes *attr, AgsVstIAttrID attr_id, void *data, guint32 bytes) |
|
guint32 | ags_vst_iattributes_get_binary_data_size (AgsVstIAttributes *attr, AgsVstIAttrID attr_id) |
|
const AgsVstTUID * | ags_vst_iattributes2_get_iid () |
|
gint32 | ags_vst_iattributes2_count_attributes (AgsVstIAttributes2 *attr) |
|
AgsVstIAttrID | ags_vst_iattributes2_get_attribute_id (AgsVstIAttributes2 *attr, gint32 index) |
|
◆ AGS_VST_IATTRIBUTES2_IID
◆ AGS_VST_IATTRIBUTES_IID
◆ AGS_VST_IPERSISTENT_IID
◆ AgsVstIAttributes
◆ AgsVstIAttributes2
◆ AgsVstIAttrID
◆ AgsVstIPersistent
◆ ags_vst_iattributes2_count_attributes()
Count attributes.
- Parameters
-
- Returns
- the count
- Since
- 5.0.0
◆ ags_vst_iattributes2_get_attribute_id()
Get IID.
- Parameters
-
attr | the attributes |
index | the index of attribute |
- Returns
- the attribute identifier
- Since
- 5.0.0
◆ ags_vst_iattributes2_get_iid()
const AgsVstTUID * ags_vst_iattributes2_get_iid |
( |
| ) |
|
Get IID.
- Returns
- the Steinberg::TUID as AgsVstTUID
- Since
- 5.0.0
◆ ags_vst_iattributes_get()
Get.
- Parameters
-
attr | the attributes |
attr_id | the attribute identifier |
data | the data |
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_iattributes_get_binary_data()
Get binary data.
- Parameters
-
attr | the attributes |
attr_id | the attribute identifier |
data | the data |
bytes | bytes |
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_iattributes_get_binary_data_size()
Get binary data size.
- Parameters
-
attr | the attributes |
attr_id | the attribute identifier |
- Returns
- the size
- Since
- 5.0.0
◆ ags_vst_iattributes_get_iid()
const AgsVstTUID * ags_vst_iattributes_get_iid |
( |
| ) |
|
Get IID.
- Returns
- the Steinberg::TUID as AgsVstTUID
- Since
- 5.0.0
◆ ags_vst_iattributes_get_queue_item_count()
Get item count.
- Parameters
-
attr | the attributes |
attr_id | the attribute identifier |
- Returns
- the count
- Since
- 5.0.0
◆ ags_vst_iattributes_queue()
Queue.
- Parameters
-
attr | the attributes |
list_id | the attribute identifier |
data | the data |
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_iattributes_reset_all_queues()
Reset all queues.
- Parameters
-
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_iattributes_reset_queue()
Reset queue.
- Parameters
-
attr | the attributes |
attr_id | the attribute identifier |
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_iattributes_set()
Set.
- Parameters
-
attr | the attributes |
attr_id | the attribute identifier |
data | the data |
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_iattributes_set_binary_data()
Set binary data.
- Parameters
-
attr | the attributes |
attr_id | the attribute identifier |
data | the data |
bytes | bytes |
copy_bytes | copy bytes |
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_iattributes_unqueue()
Unqueue.
- Parameters
-
attr | the attributes |
list_id | the attribute identifier |
data | the data |
- Returns
- the return code
- Since
- 5.0.0
◆ ags_vst_ipersistent_get_iid()
const AgsVstTUID * ags_vst_ipersistent_get_iid |
( |
| ) |
|
Get IID.
- Returns
- the Steinberg::TUID as AgsVstTUID
- Since
- 5.0.0
◆ ags_vst_ipersistent_load_attributes()
Load attributes.
- Parameters
-
persistent | the persistent |
attributes | the attributes |
- Since
- 5.0.0